-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seth: add Optimistic Ethereum and Arbitrum Support #781
Conversation
Can we get OE Kovan support too 🙏🙏 |
anything else you would wanna see as part of this PR? |
Arbitrum? xD |
There's an arbitrum testnet too right? |
Yeah I can add Arbitrum rinkeby but not sure what the corresponding etherscan for that is. |
Oo yeah idk either maybe save for a future PR 😅 |
provide optimistic ethereum (mainnet and kovan) and arbitrum (mainnet) support for
seth
and update relevant documentationHow this has been tested
ETH_RPC_URL
to an to the relevant infura endpointseth chain
returns the correct chainseth chain-id
returns10
(https://chainid.link/?network=optimism for verification)seth block-number
returned the latest block (check relevant explorer to confirm)seth block 0
returns the same info as making the infura call toeth_getBlockByNumber
with params["0x0", true]
Could also add arbitrum rinkeby support, but i'm not aware of whether there is an etherscan api compatible explorer for it.