mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add UBC (#790)
* Add UBC * update usc * update url * Update eip155-99998.json Co-authored-by: bCoder778 <bCoder778@gmail.com>
This commit is contained in:
parent
e87e529533
commit
216916798e
20
_data/chains/eip155-99998.json
Normal file
20
_data/chains/eip155-99998.json
Normal 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
|
||||||
|
}
|
||||||
|
|
20
_data/chains/eip155-99999.json
Normal file
20
_data/chains/eip155-99999.json
Normal 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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user