mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add SatoshiChain mainnet and update for testnet (#2987)
* add satoshichain testnet * CID update * Delete Chain.kt * Add SatoshiChain mainnet and update for testnet * Update eip155-5758.json --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
d7bdaa155f
commit
88eff256f9
23
_data/chains/eip155-12009.json
Normal file
23
_data/chains/eip155-12009.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "SatoshiChain Mainnet",
|
||||
"chain": "SATS",
|
||||
"icon": "satoshichain",
|
||||
"rpc": ["https://mainnet-rpc.satoshichain.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "SatoshiChain Coin",
|
||||
"symbol": "SATS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://satoshichain.net",
|
||||
"shortName": "sats",
|
||||
"chainId": 12009,
|
||||
"networkId": 12009,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "SatoshiChain Explorer",
|
||||
"url": "https://satoshiscan.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
"name": "SatoshiChain Testnet",
|
||||
"chain": "SATS",
|
||||
"icon": "satoshichain",
|
||||
"rpc": ["https://rpc.satoshichain.io"],
|
||||
"rpc": ["https://testnet-rpc.satoshichain.io"],
|
||||
"faucets": ["https://faucet.satoshichain.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "SatoshiChain Coin",
|
||||
|
@ -10,13 +10,13 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://satoshichain.net",
|
||||
"shortName": "sats",
|
||||
"shortName": "satst",
|
||||
"chainId": 5758,
|
||||
"networkId": 5758,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "SatoshiChain Explorer",
|
||||
"url": "https://satoshiscan.io",
|
||||
"name": "SatoshiChain Testnet Explorer",
|
||||
"url": "https://testnet.satoshiscan.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user