Deploying to gh-pages from @ ethereum-lists/chains@c663380742 🚀

This commit is contained in:
ligi 2023-04-14 18:15:49 +00:00
parent 130be376dd
commit 872e45877c
10 changed files with 77 additions and 4 deletions

View File

@ -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
View 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

View File

@ -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,

View File

@ -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
View 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

View File

@ -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",