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@2b70b81be7 🚀
This commit is contained in:
parent
ebdc5fe69a
commit
ef67d88700
File diff suppressed because one or more lines are too long
16
chains/eip155-115.json
Normal file
16
chains/eip155-115.json
Normal 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
16
chains/eip155-116.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user