Skip to content

Commit

Permalink
Merge branch 'external_relayer' of github.com:cloudwalk/stratus into …
Browse files Browse the repository at this point in the history
…external_relayer
  • Loading branch information
carneiro-cw committed May 28, 2024
2 parents dbc499c + 0403f82 commit 27aebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test/helpers/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (!providerUrl) {
providerUrl = "http://localhost:8545";
}

let ETHERJS = new JsonRpcProvider(providerUrl);
export let ETHERJS = new JsonRpcProvider(providerUrl);

export function updateProviderUrl(newUrl: string) {
providerUrl = newUrl;
Expand Down

0 comments on commit 27aebf7

Please sign in to comment.