mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@c663380742 🚀
This commit is contained in:
parent
130be376dd
commit
872e45877c
|
@ -990,6 +990,14 @@
|
|||
"height": 3000,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "oescan",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmdoQUfYqtkWMfjtoPv2KWDY4MxDDSsyWgwXtCx6jfkezz",
|
||||
"width": 155,
|
||||
"height": 177,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "fren",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-156.json
Normal file
23
chains/eip155-156.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "OEBlock Testnet",
|
||||
"chain": "OEBt",
|
||||
"rpc": ["https://testnet-rpc.oeblock.com/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OEBlock",
|
||||
"symbol": "OEB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.oeblock.com/",
|
||||
"shortName": "obe",
|
||||
"chainId": 156,
|
||||
"networkId": 156,
|
||||
"icon": "oescan",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "OEScan explorer",
|
||||
"url": "https://testnet.oescan.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1688,6 +1688,19 @@
|
|||
"rpc": ["https://connect.phi.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://phi.network"
|
||||
}, {
|
||||
"name": "OEBlock Testnet",
|
||||
"chainId": 156,
|
||||
"shortName": "obe",
|
||||
"networkId": 156,
|
||||
"nativeCurrency": {
|
||||
"name": "OEBlock",
|
||||
"symbol": "OEB",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet-rpc.oeblock.com/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.oeblock.com/"
|
||||
}, {
|
||||
"name": "Armonia Eva Chain Mainnet",
|
||||
"chainId": 160,
|
||||
|
|
|
@ -2454,6 +2454,26 @@
|
|||
"icon": "phi",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "OEBlock Testnet",
|
||||
"chain": "OEBt",
|
||||
"rpc": ["https://testnet-rpc.oeblock.com/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OEBlock",
|
||||
"symbol": "OEB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.oeblock.com/",
|
||||
"shortName": "obe",
|
||||
"chainId": 156,
|
||||
"networkId": 156,
|
||||
"icon": "oescan",
|
||||
"explorers": [{
|
||||
"name": "OEScan explorer",
|
||||
"url": "https://testnet.oescan.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Armonia Eva Chain Mainnet",
|
||||
"chain": "Eva",
|
||||
|
|
8
icons/oescan.json
Normal file
8
icons/oescan.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmdoQUfYqtkWMfjtoPv2KWDY4MxDDSsyWgwXtCx6jfkezz",
|
||||
"width": 155,
|
||||
"height": 177,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
|
@ -129,6 +129,7 @@
|
|||
"OPtest": "eip155:141",
|
||||
"dax": "eip155:142",
|
||||
"PHI": "eip155:144",
|
||||
"obe": "eip155:156",
|
||||
"eva": "eip155:160",
|
||||
"wall-e": "eip155:161",
|
||||
"tpht": "eip155:162",
|
||||
|
|
Loading…
Reference in New Issue
Block a user