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@33dcd88325 🚀
This commit is contained in:
parent
df438f214e
commit
6f35ab5d7c
|
@ -1854,6 +1854,14 @@
|
|||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "constachain",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmfQ1yae6uvXgBSwnwJM4Mtp8ctH66tM6mB1Hsgu4XvsC9",
|
||||
"width": 2000,
|
||||
"height": 2000,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "sapphire",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-371.json
Normal file
23
chains/eip155-371.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Consta Testnet",
|
||||
"chain": "tCNT",
|
||||
"rpc": ["https://rpc-testnet.theconsta.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "tCNT",
|
||||
"symbol": "tCNT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "http://theconsta.com",
|
||||
"shortName": "tCNT",
|
||||
"chainId": 371,
|
||||
"networkId": 371,
|
||||
"icon": "constachain",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer-testnet.theconsta.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -2221,6 +2221,19 @@
|
|||
"rpc": ["https://rpc.mainnet.pulsechain.com/", "wss://rpc.mainnet.pulsechain.com/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://pulsechain.com/"
|
||||
}, {
|
||||
"name": "Consta Testnet",
|
||||
"chainId": 371,
|
||||
"shortName": "tCNT",
|
||||
"networkId": 371,
|
||||
"nativeCurrency": {
|
||||
"name": "tCNT",
|
||||
"symbol": "tCNT",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc-testnet.theconsta.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "http://theconsta.com"
|
||||
}, {
|
||||
"name": "Lisinski",
|
||||
"chainId": 385,
|
||||
|
|
|
@ -3211,6 +3211,26 @@
|
|||
"symbol": "PLS",
|
||||
"decimals": 18
|
||||
}
|
||||
}, {
|
||||
"name": "Consta Testnet",
|
||||
"chain": "tCNT",
|
||||
"rpc": ["https://rpc-testnet.theconsta.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "tCNT",
|
||||
"symbol": "tCNT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "http://theconsta.com",
|
||||
"shortName": "tCNT",
|
||||
"chainId": 371,
|
||||
"networkId": 371,
|
||||
"icon": "constachain",
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer-testnet.theconsta.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Lisinski",
|
||||
"chain": "CRO",
|
||||
|
|
8
icons/constachain.json
Normal file
8
icons/constachain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmfQ1yae6uvXgBSwnwJM4Mtp8ctH66tM6mB1Hsgu4XvsC9",
|
||||
"width": 2000,
|
||||
"height": 2000,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmfQ1yae6uvXgBSwnwJM4Mtp8ctH66tM6mB1Hsgu4XvsC9
Normal file
BIN
iconsDownload/QmfQ1yae6uvXgBSwnwJM4Mtp8ctH66tM6mB1Hsgu4XvsC9
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
File diff suppressed because one or more lines are too long
|
@ -170,6 +170,7 @@
|
|||
"theta-amber": "eip155:364",
|
||||
"theta-testnet": "eip155:365",
|
||||
"pls": "eip155:369",
|
||||
"tCNT": "eip155:371",
|
||||
"lisinski": "eip155:385",
|
||||
"hpn": "eip155:400",
|
||||
"SX": "eip155:416",
|
||||
|
|
Loading…
Reference in New Issue
Block a user