Skip to content

Commit

Permalink
Update example snippet to use Goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
orenyomtov committed Sep 29, 2022
1 parent a01fb74 commit 9f7b538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const eip1193Provider = new FireblocksWeb3Provider({
privateKey: process.env.FIREBLOCKS_API_PRIVATE_KEY_PATH,
apiKey: process.env.FIREBLOCKS_API_KEY,
vaultAccountIds: process.env.FIREBLOCKS_VAULT_ACCOUNT_IDS,
chainId: ChainId.ROPSTEN,
chainId: ChainId.GOERLI,
})
```

Expand Down

0 comments on commit 9f7b538

Please sign in to comment.