mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Remove RPC endpoints that are not Ethereum compatible. Compatible ones will be added later. (#134)
This commit is contained in:
parent
e29443b94d
commit
555dc989f8
|
@ -3,7 +3,6 @@
|
||||||
"chain": "NEAR",
|
"chain": "NEAR",
|
||||||
"network": "mainnet",
|
"network": "mainnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc.mainnet.near.org"
|
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
],
|
],
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
"chain": "NEAR",
|
"chain": "NEAR",
|
||||||
"network": "testnet",
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc.testnet.near.org"
|
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
"https://wallet.testnet.near.org"
|
"https://wallet.testnet.near.org"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user