From 4e4899ea9211b98b8ee3e65e5b73472e76b7ffe6 Mon Sep 17 00:00:00 2001 From: Raj Ranjan Date: Sat, 10 Feb 2024 00:22:16 +0530 Subject: [PATCH] Update config.json Update max fee for NUM's testnet Signed-off-by: Raj Ranjan --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index c932e6f..3341931 100644 --- a/config.json +++ b/config.json @@ -95,7 +95,7 @@ "EXPLORER": "https://testnet.num.network", "IMAGE": "https://i.imgur.com/6ZG2tIW.png", "MAX_PRIORITY_FEE": "2000000000", - "MAX_FEE": "100000000000", + "MAX_FEE": "750000000000", "DRIP_AMOUNT": 2, "RATELIMIT": { "MAX_LIMIT": 1,