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@4457f2877e 🚀
This commit is contained in:
parent
b5d993fe5a
commit
e5a7671614
|
@ -1550,6 +1550,14 @@
|
|||
"height": 64,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "satoshichain",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmRegpZQBW4o1imYNsW3d27MQjygBSU23Gf6JKje26nvs7",
|
||||
"width": 1251,
|
||||
"height": 1251,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "hertz-network",
|
||||
"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-5758.json
Normal file
23
chains/eip155-5758.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "SatoshiChain Testnet",
|
||||
"chain": "SATS",
|
||||
"icon": "satoshichain",
|
||||
"rpc": ["https://rpc.satoshichain.io"],
|
||||
"faucets": ["https://faucet.satoshichain.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "SatoshiChain Coin",
|
||||
"symbol": "SATS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://satoshichain.net",
|
||||
"shortName": "sats",
|
||||
"chainId": 5758,
|
||||
"networkId": 5758,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "SatoshiChain Explorer",
|
||||
"url": "https://satoshiscan.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -6121,6 +6121,19 @@
|
|||
"rpc": ["https://rpc-testnet.hika.network/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://hika.network/"
|
||||
}, {
|
||||
"name": "SatoshiChain Testnet",
|
||||
"chainId": 5758,
|
||||
"shortName": "sats",
|
||||
"networkId": 5758,
|
||||
"nativeCurrency": {
|
||||
"name": "SatoshiChain Coin",
|
||||
"symbol": "SATS",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.satoshichain.io"],
|
||||
"faucets": ["https://faucet.satoshichain.io"],
|
||||
"infoURL": "https://satoshichain.net"
|
||||
}, {
|
||||
"name": "Ganache",
|
||||
"chainId": 5777,
|
||||
|
|
|
@ -9185,6 +9185,26 @@
|
|||
"url": "https://scan-testnet.hika.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "SatoshiChain Testnet",
|
||||
"chain": "SATS",
|
||||
"icon": "satoshichain",
|
||||
"rpc": ["https://rpc.satoshichain.io"],
|
||||
"faucets": ["https://faucet.satoshichain.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "SatoshiChain Coin",
|
||||
"symbol": "SATS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://satoshichain.net",
|
||||
"shortName": "sats",
|
||||
"chainId": 5758,
|
||||
"networkId": 5758,
|
||||
"explorers": [{
|
||||
"name": "SatoshiChain Explorer",
|
||||
"url": "https://satoshiscan.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Ganache",
|
||||
"title": "Ganache GUI Ethereum Testnet",
|
||||
|
|
8
icons/satoshichain.json
Normal file
8
icons/satoshichain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmRegpZQBW4o1imYNsW3d27MQjygBSU23Gf6JKje26nvs7",
|
||||
"width": 1251,
|
||||
"height": 1251,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -470,6 +470,7 @@
|
|||
"cverse": "eip155:5555",
|
||||
"tsys": "eip155:5700",
|
||||
"hik": "eip155:5729",
|
||||
"sats": "eip155:5758",
|
||||
"ggui": "eip155:5777",
|
||||
"OntologyTestnet": "eip155:5851",
|
||||
"rbd": "eip155:5869",
|
||||
|
|
Loading…
Reference in New Issue
Block a user