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@7ef417c36a 🚀
This commit is contained in:
parent
028cc817d3
commit
9970f2ef15
|
@ -462,6 +462,14 @@
|
|||
"height": 175,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "gitshockchain",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreifqpj5jkjazvh24muc7wv4r22tihzzl75cevgecxhvojm4ls6mzpq",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "fusion",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
31
chains/eip155-1881.json
Normal file
31
chains/eip155-1881.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "Gitshock Cartenz Testnet",
|
||||
"chain": "Gitshock Cartenz",
|
||||
"icon": "gitshockchain",
|
||||
"rpc": ["https://rpc.cartenz.works"],
|
||||
"features": [
|
||||
{
|
||||
"name": "EIP155"
|
||||
},
|
||||
{
|
||||
"name": "EIP1559"
|
||||
}
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Gitshock Cartenz",
|
||||
"symbol": "tGTFX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://gitshock.com",
|
||||
"shortName": "gitshockchain",
|
||||
"chainId": 1881,
|
||||
"networkId": 1881,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://scan.cartenz.works",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3898,6 +3898,19 @@
|
|||
"rpc": ["https://tsfapi.europool.me"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://teslafunds.io"
|
||||
}, {
|
||||
"name": "Gitshock Cartenz Testnet",
|
||||
"chainId": 1881,
|
||||
"shortName": "gitshockchain",
|
||||
"networkId": 1881,
|
||||
"nativeCurrency": {
|
||||
"name": "Gitshock Cartenz",
|
||||
"symbol": "tGTFX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.cartenz.works"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://gitshock.com"
|
||||
}, {
|
||||
"name": "BON Network",
|
||||
"chainId": 1898,
|
||||
|
|
|
@ -5568,6 +5568,31 @@
|
|||
"shortName": "tsf",
|
||||
"chainId": 1856,
|
||||
"networkId": 1
|
||||
}, {
|
||||
"name": "Gitshock Cartenz Testnet",
|
||||
"chain": "Gitshock Cartenz",
|
||||
"icon": "gitshockchain",
|
||||
"rpc": ["https://rpc.cartenz.works"],
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Gitshock Cartenz",
|
||||
"symbol": "tGTFX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://gitshock.com",
|
||||
"shortName": "gitshockchain",
|
||||
"chainId": 1881,
|
||||
"networkId": 1881,
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://scan.cartenz.works",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "BON Network",
|
||||
"chain": "BON",
|
||||
|
|
8
icons/gitshockchain.json
Normal file
8
icons/gitshockchain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreifqpj5jkjazvh24muc7wv4r22tihzzl75cevgecxhvojm4ls6mzpq",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
|
@ -299,6 +299,7 @@
|
|||
"cube": "eip155:1818",
|
||||
"cubet": "eip155:1819",
|
||||
"tsf": "eip155:1856",
|
||||
"gitshockchain": "eip155:1881",
|
||||
"boya": "eip155:1898",
|
||||
"onus-testnet": "eip155:1945",
|
||||
"dchain-mainnet": "eip155:1951",
|
||||
|
|
Loading…
Reference in New Issue
Block a user