From 99dd5ae9e44d70d24e03e1c0780ac5a4da6352c3 Mon Sep 17 00:00:00 2001 From: Yoda Date: Thu, 1 Jun 2023 17:04:06 +0800 Subject: [PATCH] update native currency (#2930) --- _data/chains/eip155-5000.json | 4 ++-- _data/chains/eip155-5001.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-5000.json b/_data/chains/eip155-5000.json index af734bb8..1b0f4bb3 100644 --- a/_data/chains/eip155-5000.json +++ b/_data/chains/eip155-5000.json @@ -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", diff --git a/_data/chains/eip155-5001.json b/_data/chains/eip155-5001.json index bc358c57..11c0e5ff 100644 --- a/_data/chains/eip155-5001.json +++ b/_data/chains/eip155-5001.json @@ -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",