mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Adding NEAR EVM (#110)
* Adding NEAR EVM to chain ids * Adding Testnet faucet
This commit is contained in:
parent
d8c210253c
commit
784e64bdc1
19
_data/chains/1313161554.json
Normal file
19
_data/chains/1313161554.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "NEAR MainNet",
|
||||
"chain": "NEAR",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.mainnet.near.org"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "NEAR",
|
||||
"symbol": "NEAR",
|
||||
"decimals": 24
|
||||
},
|
||||
"infoURL": "https://near.org/",
|
||||
"shortName": "near",
|
||||
"chainId": 1313161554,
|
||||
"networkId": 1313161554
|
||||
}
|
20
_data/chains/1313161555.json
Normal file
20
_data/chains/1313161555.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "NEAR TestNet",
|
||||
"chain": "NEAR",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc.testnet.near.org"
|
||||
],
|
||||
"faucets": [
|
||||
"https://wallet.testnet.near.org"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "NEAR",
|
||||
"symbol": "NEAR",
|
||||
"decimals": 24
|
||||
},
|
||||
"infoURL": "https://near.org/",
|
||||
"shortName": "near",
|
||||
"chainId": 1313161555,
|
||||
"networkId": 1313161555
|
||||
}
|
Loading…
Reference in New Issue
Block a user