Skip to content

Commit

Permalink
fix: add net_version
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Oct 17, 2023
1 parent d56def8 commit 4ab65c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
sendResponse(message.data, accounts);
break;
case "eth_chainId":
case "net_version":
case "eth_blockNumber":
case "eth_estimateGas":
case "eth_sendTransaction":
Expand Down
1 change: 1 addition & 0 deletions test-iframe-provider.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
sendResponse(message.data, accounts);
break;
case "eth_chainId":
case "net_version":
case "eth_blockNumber":
case "eth_estimateGas":
case "eth_sendTransaction":
Expand Down

0 comments on commit 4ab65c2

Please sign in to comment.