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

This commit is contained in:
ligi 2022-11-22 09:59:02 +00:00
parent f6b8bc86d5
commit 284a561c46
10 changed files with 29 additions and 9 deletions

View File

@ -606,6 +606,14 @@
"height": 1000, "height": 1000,
"format": "png" "format": "png"
}] }]
}, {
"name": "debank",
"icons": [{
"url": "ipfs://QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN",
"width": 400,
"height": 400,
"format": "png"
}]
}, { }, {
"name": "dexit", "name": "dexit",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,12 +3,13 @@
"chain": "DeBank", "chain": "DeBank",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"icon": "debank",
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",
"symbol": "ETH", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "", "infoURL": "https://debank.com",
"shortName": "debank-testnet", "shortName": "debank-testnet",
"chainId": 115, "chainId": 115,
"networkId": 115, "networkId": 115,

View File

@ -3,12 +3,13 @@
"chain": "DeBank", "chain": "DeBank",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"icon": "debank",
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",
"symbol": "ETH", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "", "infoURL": "https://debank.com",
"shortName": "debank-mainnet", "shortName": "debank-mainnet",
"chainId": 116, "chainId": 116,
"networkId": 116, "networkId": 116,

File diff suppressed because one or more lines are too long

View File

@ -1362,7 +1362,7 @@
}, },
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "" "infoURL": "https://debank.com"
}, { }, {
"name": "DeBank Mainnet", "name": "DeBank Mainnet",
"chainId": 116, "chainId": 116,
@ -1375,7 +1375,7 @@
}, },
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "" "infoURL": "https://debank.com"
}, { }, {
"name": "Fuse Mainnet", "name": "Fuse Mainnet",
"chainId": 122, "chainId": 122,

View File

@ -1924,12 +1924,13 @@
"chain": "DeBank", "chain": "DeBank",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"icon": "debank",
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",
"symbol": "ETH", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "", "infoURL": "https://debank.com",
"shortName": "debank-testnet", "shortName": "debank-testnet",
"chainId": 115, "chainId": 115,
"networkId": 115, "networkId": 115,
@ -1939,12 +1940,13 @@
"chain": "DeBank", "chain": "DeBank",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"icon": "debank",
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",
"symbol": "ETH", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "", "infoURL": "https://debank.com",
"shortName": "debank-mainnet", "shortName": "debank-mainnet",
"chainId": 116, "chainId": 116,
"networkId": 116, "networkId": 116,

8
icons/debank.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN",
"width": 400,
"height": 400,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB