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:
zhengpeng li 2022-11-16 08:48:32 +08:00 committed by GitHub
parent d8b266edfe
commit 03672512d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",