mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
changed the MOAC chain rpcs to https (#1858)
* Added MOAC testnet, mainnet and icon * Update moac.json * Update eip155-201.json * Update eip155-1099.json * change the testnet shortName to mctest,mainnet use moac as shortName * change the testnet and mainnet rpc to https Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
d8b266edfe
commit
03672512d6
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "MOAC mainnet",
|
||||
"chain": "MOAC",
|
||||
"rpc": ["http://gateway.moac.io/mainnet"],
|
||||
"rpc": ["https://gateway.moac.io/mainnet"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "MOAC",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "MOAC testnet",
|
||||
"chain": "MOAC",
|
||||
"rpc": ["http://gateway.moac.io/testnet"],
|
||||
"rpc": ["https://gateway.moac.io/testnet"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "MOAC",
|
||||
|
|
Loading…
Reference in New Issue
Block a user