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 0d05ed5 commit c7fed22Copy full SHA for c7fed22
packages/trezor/src/index.ts
@@ -486,7 +486,7 @@ function trezor(options: TrezorOptions): WalletInit {
486
? [accounts[0].address]
487
: [],
488
eth_chainId: async () =>
489
- currentChain.hasOwnProperty('id') ? String(currentChain.id) : '',
+ currentChain.hasOwnProperty('id') ? currentChain.id : '',
490
eth_signTransaction: async ({ params: [transactionObject] }) =>
491
signTransaction(transactionObject),
492
eth_sendTransaction: async ({ baseRequest, params }) => {
0 commit comments