Skip to content

Commit de855da

Browse files
committed
Adding eth_blocknumber to the method of the wallet connect so our users don't encounter any more issues.
1 parent d4ccc80 commit de855da

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

Binary file not shown.

src/ChainSafe.Gaming.WalletConnect/WalletConnectProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ async ValueTask ILifecycleParticipant.WillStartAsync()
134134
"eth_signTransaction",
135135
"eth_sendTransaction",
136136
"eth_getTransactionByHash",
137+
"eth_blockNumber",
137138
},
138139
}
139140
},

0 commit comments

Comments
 (0)