Skip to content

Commit

Permalink
feat: update test utils provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean committed Oct 21, 2024
1 parent 160564a commit d985bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/sdk/src/utils/TestUtils/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const ACCOUNTS = [
export const getProvider = () =>
new ethers.providers.StaticJsonRpcProvider(`http://127.0.0.1:8545`, {
name: "foundry",
chainId: 41337 // default to arbitrum-local
chainId: 1337 // default to arbitrum-local
});

export const setupConnection = (provider: ethers.providers.JsonRpcProvider = getProvider()) => {
Expand Down

0 comments on commit d985bc9

Please sign in to comment.