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

This commit is contained in:
ligi 2022-11-20 02:40:31 +00:00
parent ebdc5fe69a
commit ef67d88700
7 changed files with 92 additions and 2 deletions

File diff suppressed because one or more lines are too long

16
chains/eip155-115.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "DeBank Testnet",
"chain": "DeBank",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "",
"shortName": "debank-testnet",
"chainId": 115,
"networkId": 115,
"explorers": []
}

16
chains/eip155-116.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "DeBank Mainnet",
"chain": "DeBank",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "",
"shortName": "debank-mainnet",
"chainId": 116,
"networkId": 116,
"explorers": []
}

File diff suppressed because one or more lines are too long

View File

@ -1350,6 +1350,32 @@
"rpc": ["https://connect.dehvo.com", "https://rpc.dehvo.com", "https://rpc1.dehvo.com", "https://rpc2.dehvo.com"],
"faucets": ["https://buy.dehvo.com"],
"infoURL": "https://dehvo.com"
}, {
"name": "DeBank Testnet",
"chainId": 115,
"shortName": "debank-testnet",
"networkId": 115,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": ""
}, {
"name": "DeBank Mainnet",
"chainId": 116,
"shortName": "debank-mainnet",
"networkId": 116,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": ""
}, {
"name": "Fuse Mainnet",
"chainId": 122,

View File

@ -1919,6 +1919,36 @@
"url": "https://explorer.dehvo.com",
"standard": "EIP3091"
}]
}, {
"name": "DeBank Testnet",
"chain": "DeBank",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "",
"shortName": "debank-testnet",
"chainId": 115,
"networkId": 115,
"explorers": []
}, {
"name": "DeBank Mainnet",
"chain": "DeBank",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "",
"shortName": "debank-mainnet",
"chainId": 116,
"networkId": 116,
"explorers": []
}, {
"name": "Fuse Mainnet",
"chain": "FUSE",

View File

@ -103,6 +103,8 @@
"xpr": "eip155:110",
"ETL": "eip155:111",
"deh": "eip155:113",
"debank-testnet": "eip155:115",
"debank-mainnet": "eip155:116",
"fuse": "eip155:122",
"spark": "eip155:123",
"dwu": "eip155:124",