update native currency (#2930)

This commit is contained in:
Yoda 2023-06-01 17:04:06 +08:00 committed by GitHub
parent 7030288650
commit 99dd5ae9e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
"rpc": ["https://rpc.mantle.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "BitDAO",
"symbol": "BIT",
"name": "Mantle",
"symbol": "MNT",
"decimals": 18
},
"infoURL": "https://mantle.xyz",

View File

@ -4,8 +4,8 @@
"rpc": ["https://rpc.testnet.mantle.xyz"],
"faucets": ["https://faucet.testnet.mantle.xyz"],
"nativeCurrency": {
"name": "Testnet BitDAO",
"symbol": "BIT",
"name": "Testnet Mantle",
"symbol": "MNT",
"decimals": 18
},
"infoURL": "https://mantle.xyz",