mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"name": "Btachain",
|
|
"chain": "btachain",
|
|
"rpc": ["https://dataseed1.btachain.com/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Bitcoin Asset",
|
|
"symbol": "BTA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://bitcoinasset.io/",
|
|
"shortName": "bta",
|
|
"chainId": 1657,
|
|
"networkId": 1657
|
|
}
|