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

This commit is contained in:
ligi 2023-02-04 15:44:35 +00:00
parent df438f214e
commit 6f35ab5d7c
11 changed files with 77 additions and 4 deletions

View File

@ -1854,6 +1854,14 @@
"height": 512, "height": 512,
"format": "png" "format": "png"
}] }]
}, {
"name": "constachain",
"icons": [{
"url": "ipfs://QmfQ1yae6uvXgBSwnwJM4Mtp8ctH66tM6mB1Hsgu4XvsC9",
"width": 2000,
"height": 2000,
"format": "png"
}]
}, { }, {
"name": "sapphire", "name": "sapphire",
"icons": [{ "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
View 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

View File

@ -2221,6 +2221,19 @@
"rpc": ["https://rpc.mainnet.pulsechain.com/", "wss://rpc.mainnet.pulsechain.com/"], "rpc": ["https://rpc.mainnet.pulsechain.com/", "wss://rpc.mainnet.pulsechain.com/"],
"faucets": [], "faucets": [],
"infoURL": "https://pulsechain.com/" "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", "name": "Lisinski",
"chainId": 385, "chainId": 385,

View File

@ -3211,6 +3211,26 @@
"symbol": "PLS", "symbol": "PLS",
"decimals": 18 "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", "name": "Lisinski",
"chain": "CRO", "chain": "CRO",

8
icons/constachain.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

File diff suppressed because one or more lines are too long

View File

@ -170,6 +170,7 @@
"theta-amber": "eip155:364", "theta-amber": "eip155:364",
"theta-testnet": "eip155:365", "theta-testnet": "eip155:365",
"pls": "eip155:369", "pls": "eip155:369",
"tCNT": "eip155:371",
"lisinski": "eip155:385", "lisinski": "eip155:385",
"hpn": "eip155:400", "hpn": "eip155:400",
"SX": "eip155:416", "SX": "eip155:416",