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@fbadccdcdc 🚀
This commit is contained in:
parent
f6b8bc86d5
commit
284a561c46
|
@ -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
|
@ -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,
|
||||||
|
|
|
@ -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
|
@ -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,
|
||||||
|
|
|
@ -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
8
icons/debank.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN",
|
||||||
|
"width": 400,
|
||||||
|
"height": 400,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN
Normal file
BIN
iconsDownload/QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Loading…
Reference in New Issue
Block a user