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"], "rpc": ["https://rpc.mantle.xyz"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "BitDAO", "name": "Mantle",
"symbol": "BIT", "symbol": "MNT",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://mantle.xyz", "infoURL": "https://mantle.xyz",

View File

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