Skip to content

Commit 1217561

Browse files
committed
fix: Fixed missed build
1 parent 4ba08c5 commit 1217561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/resolver/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const provider = new ethers.providers.Web3Provider(window.ethereum);
4545
const orgIdContractAddress = '0xBfD9...035C';
4646

4747
const chainConfig = buildEvmChainConfig(
48-
'4', // <-- Rinkeby network
48+
'5', // <-- Goerli network
4949
'eip155',
5050
orgIdContractAddress,
5151
provider

0 commit comments

Comments
 (0)