* Add UBC

* update usc

* update url

* Update eip155-99998.json

Co-authored-by: bCoder778 <bCoder778@gmail.com>
This commit is contained in:
QDanlSc 2022-01-26 05:18:22 +08:00 committed by GitHub
parent e87e529533
commit 216916798e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"name": "UB Smart Chain(testnet)",
"chain": "USC",
"network": "testnet",
"rpc": [
"https://testnet.rpc.uschain.network"
],
"faucets": [
],
"nativeCurrency": {
"name": "UBC",
"symbol": "UBC",
"decimals": 18
},
"infoURL": "https://www.ubchain.site",
"shortName": "usctest",
"chainId": 99998,
"networkId": 99998
}

View File

@ -0,0 +1,20 @@
{
"name": "UB Smart Chain",
"chain": "USC",
"network": "mainnet",
"rpc": [
"https://rpc.uschain.network"
],
"faucets": [
],
"nativeCurrency": {
"name": "UBC",
"symbol": "UBC",
"decimals": 18
},
"infoURL": "https://www.ubchain.site/",
"shortName": "usc",
"chainId": 99999,
"networkId": 99999
}