From 916429bf0efd8579e95b8a8392a98fcfd9840379 Mon Sep 17 00:00:00 2001 From: dblackstone1 Date: Tue, 12 Nov 2024 12:13:54 -0500 Subject: [PATCH] feat: update fees to lowered values --- chains/testnet/symphony.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/testnet/symphony.json b/chains/testnet/symphony.json index 271cf04..dce37ff 100644 --- a/chains/testnet/symphony.json +++ b/chains/testnet/symphony.json @@ -17,7 +17,7 @@ "snapshot_provider": "", "sdk_version": "0.47.8", "coin_type": "118", - "min_tx_fee": "800", + "min_tx_fee": "32", "addr_prefix": "symphony", "logo": "/logos/symphony.png", "assets": [ @@ -32,6 +32,6 @@ "amount": "10000000note", "ip_limit": "1", "address_limit": "2", - "fees": "800note" + "fees": "32note" } }