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

This commit is contained in:
ligi 2023-04-17 05:38:57 +00:00
parent 8084d0ba0d
commit 51f7c24d5a
7 changed files with 13 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,8 @@
{ {
"name": "OEBlock Testnet", "name": "OEBlock Testnet",
"chain": "OEBt", "chain": "OEBt",
"rpc": ["https://testnet-rpc.oeblock.com/"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"rpc": ["https://testnet-rpc.oeblock.com"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "OEBlock", "name": "OEBlock",

File diff suppressed because one or more lines are too long

View File

@ -1711,7 +1711,7 @@
"symbol": "OEB", "symbol": "OEB",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://testnet-rpc.oeblock.com/"], "rpc": ["https://testnet-rpc.oeblock.com"],
"faucets": [], "faucets": [],
"infoURL": "https://www.oeblock.com/" "infoURL": "https://www.oeblock.com/"
}, { }, {

View File

@ -2476,7 +2476,12 @@
}, { }, {
"name": "OEBlock Testnet", "name": "OEBlock Testnet",
"chain": "OEBt", "chain": "OEBt",
"rpc": ["https://testnet-rpc.oeblock.com/"], "features": [{
"name": "EIP155"
}, {
"name": "EIP1559"
}],
"rpc": ["https://testnet-rpc.oeblock.com"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "OEBlock", "name": "OEBlock",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long