Adding NEAR EVM (#110)

* Adding NEAR EVM to chain ids

* Adding Testnet faucet
This commit is contained in:
Illia Polosukhin 2020-10-07 03:26:35 -07:00 committed by GitHub
parent d8c210253c
commit 784e64bdc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 0 deletions

View 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
}

View 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
}