Deploying to gh-pages from @ ethereum-lists/chains@4457f2877e 🚀

This commit is contained in:
ligi 2023-04-24 10:23:15 +00:00
parent b5d993fe5a
commit e5a7671614
11 changed files with 78 additions and 5 deletions

View File

@ -1550,6 +1550,14 @@
"height": 64, "height": 64,
"format": "png" "format": "png"
}] }]
}, {
"name": "satoshichain",
"icons": [{
"url": "ipfs://QmRegpZQBW4o1imYNsW3d27MQjygBSU23Gf6JKje26nvs7",
"width": 1251,
"height": 1251,
"format": "png"
}]
}, { }, {
"name": "hertz-network", "name": "hertz-network",
"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-5758.json Normal file
View 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

View File

@ -6121,6 +6121,19 @@
"rpc": ["https://rpc-testnet.hika.network/"], "rpc": ["https://rpc-testnet.hika.network/"],
"faucets": [], "faucets": [],
"infoURL": "https://hika.network/" "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", "name": "Ganache",
"chainId": 5777, "chainId": 5777,

View File

@ -9185,6 +9185,26 @@
"url": "https://scan-testnet.hika.network", "url": "https://scan-testnet.hika.network",
"standard": "none" "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", "name": "Ganache",
"title": "Ganache GUI Ethereum Testnet", "title": "Ganache GUI Ethereum Testnet",

8
icons/satoshichain.json Normal file
View 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

View File

@ -470,6 +470,7 @@
"cverse": "eip155:5555", "cverse": "eip155:5555",
"tsys": "eip155:5700", "tsys": "eip155:5700",
"hik": "eip155:5729", "hik": "eip155:5729",
"sats": "eip155:5758",
"ggui": "eip155:5777", "ggui": "eip155:5777",
"OntologyTestnet": "eip155:5851", "OntologyTestnet": "eip155:5851",
"rbd": "eip155:5869", "rbd": "eip155:5869",