mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Newton NEW (#140)
* Add Newton NEW * new: update chain name * new: update shortName * tnew: update name
This commit is contained in:
parent
1330c9960c
commit
6cc5f80b8c
18
_data/chains/1007.json
Normal file
18
_data/chains/1007.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Newton Testnet",
|
||||
"chain": "NEW",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc1.newchain.newtonproject.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Newton",
|
||||
"symbol": "NEW",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.newtonproject.org/",
|
||||
"shortName": "tnew",
|
||||
"chainId": 1007,
|
||||
"networkId": 1007
|
||||
}
|
18
_data/chains/1012.json
Normal file
18
_data/chains/1012.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Newton",
|
||||
"chain": "NEW",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://global.rpc.mainnet.newtonproject.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Newton",
|
||||
"symbol": "NEW",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.newtonproject.org/",
|
||||
"shortName": "new",
|
||||
"chainId": 1012,
|
||||
"networkId": 1012
|
||||
}
|
Loading…
Reference in New Issue
Block a user