mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add satoshichain testnet (#2687)
* add satoshichain testnet * CID update * Delete Chain.kt --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
312882bcac
commit
4457f2877e
23
_data/chains/eip155-5758.json
Normal file
23
_data/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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/satoshichain.json
Normal file
8
_data/icons/satoshichain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmRegpZQBW4o1imYNsW3d27MQjygBSU23Gf6JKje26nvs7",
|
||||||
|
"width": 1251,
|
||||||
|
"height": 1251,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user