mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update Optimistic Ethereum ChainID for mainnet (#146)
* Update Optimistic Ethereum ChainID for mainnet * Update incorrect info for Optimistic Goerli
This commit is contained in:
parent
0dbf567e54
commit
c2fff1928d
16
_data/chains/eip155-10.json
Normal file
16
_data/chains/eip155-10.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "Optimistic Ethereum",
|
||||||
|
"chain": "ETH",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Ether",
|
||||||
|
"symbol": "OETH",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://optimism.io",
|
||||||
|
"shortName": "oeth",
|
||||||
|
"chainId": 10,
|
||||||
|
"networkId": 10
|
||||||
|
}
|
|
@ -1,16 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "Optimistic Ethereum",
|
"name": "Optimistic Ethereum Testnet Goerli",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
"network": "goerli",
|
||||||
"rpc": [],
|
"rpc": [],
|
||||||
"faucets": [],
|
"faucets": [
|
||||||
|
"https://goerli-faucet.slock.it/?address=${ADDRESS}",
|
||||||
|
"https://faucet.goerli.mudit.blog"
|
||||||
|
],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Ether",
|
"name": "Görli Ether",
|
||||||
"symbol": "OETH",
|
"symbol": "GOR",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://optimism.io",
|
"infoURL": "https://optimism.io",
|
||||||
"shortName": "oeth",
|
"shortName": "ogor",
|
||||||
"chainId": 420,
|
"chainId": 420,
|
||||||
"networkId": 420
|
"networkId": 420
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user