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 a99e417 commit 909577cCopy full SHA for 909577c
packages/sequence/src/index.ts
@@ -44,8 +44,6 @@ function sequence(options?: SequenceOptions): WalletInit {
44
eth_chainId: async () => {
45
const chainId = await instance.getChainId()
46
47
- console.log(chainId.toString(16))
48
-
49
return `0x${chainId.toString(16)}`
50
}
51
})
0 commit comments