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 6035a20 commit fff563aCopy full SHA for fff563a
src/Demo.tsx
@@ -125,7 +125,7 @@ const App = () => {
125
console.log('signature:', sig)
126
addNewConsoleLine(`signature: ${sig}`)
127
128
- const chainId = sequence.network.ChainId.MAINNET
+ const chainId = await walletClient.getChainId()
129
const name = sequence.network.networks[chainId].name
130
const networkRpcUrl = sequence.network.nodesURL(name)
131
const rpcProvider = new ethers.JsonRpcProvider(networkRpcUrl)
0 commit comments