mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
20 lines
345 B
JSON
20 lines
345 B
JSON
{
|
|
"name": "NEAR TestNet",
|
|
"chain": "NEAR",
|
|
"network": "testnet",
|
|
"rpc": [
|
|
],
|
|
"faucets": [
|
|
"https://wallet.testnet.near.org"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "NEAR",
|
|
"symbol": "tNEAR",
|
|
"decimals": 24
|
|
},
|
|
"infoURL": "https://near.org/",
|
|
"shortName": "neart",
|
|
"chainId": 1313161555,
|
|
"networkId": 1313161555
|
|
}
|