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:
dglw 2023-06-09 21:59:53 +03:00 committed by GitHub
parent d7bdaa155f
commit 88eff256f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 4 deletions

View 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"
}
]
}

View File

@ -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"
}
]