Skip to content

Commit

Permalink
fix: test rpc in signer test
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Jun 9, 2023
1 parent 9a24f66 commit f2462bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/signer.service.e2e.ts
Expand Up @@ -4,7 +4,7 @@ import { ProviderType, SignerService } from '../src';
describe('Signer tests', () => {
it('should set `isEthrSigner` for node environment during initialization', async () => {
const wallet = Wallet.createRandom();
const provider = new providers.JsonRpcProvider('http://localhost:8544');
const provider = new providers.JsonRpcProvider('http://127.0.0.1:8544');
const service = new SignerService(
wallet.connect(provider),
ProviderType.PrivateKey
Expand Down

0 comments on commit f2462bb

Please sign in to comment.