We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba08c5 commit 1217561Copy full SHA for 1217561
packages/resolver/docs/index.md
@@ -45,7 +45,7 @@ const provider = new ethers.providers.Web3Provider(window.ethereum);
45
const orgIdContractAddress = '0xBfD9...035C';
46
47
const chainConfig = buildEvmChainConfig(
48
- '4', // <-- Rinkeby network
+ '5', // <-- Goerli network
49
'eip155',
50
orgIdContractAddress,
51
provider
0 commit comments