From ab8bee028c390580a408e5a8a20b15d4dc4a0db1 Mon Sep 17 00:00:00 2001 From: vladzr Date: Wed, 1 Nov 2023 00:58:06 +0800 Subject: [PATCH] chore: update token name and feeconfig --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index b15e325..f65a3b3 100644 --- a/config.json +++ b/config.json @@ -145,13 +145,13 @@ { "ID": "BEAM", "NAME": "Beam Testnet", - "TOKEN": "MC", + "TOKEN": "BEAM", "RPC": "https://subnets.avax.network/beam/testnet/rpc", "CHAINID": 13337, "EXPLORER": "https://subnets-test.avax.network/beam", "IMAGE": "https://glacier-api.avax.network/proxy/chain-assets/main/chains/13337/chain-logo.png", - "MAX_PRIORITY_FEE": "3000000000", - "MAX_FEE": "100000000000", + "MAX_PRIORITY_FEE": "300000000000", + "MAX_FEE": "10000000000000", "DRIP_AMOUNT": 2, "DECIMALS": 18, "RATELIMIT": {