From 06f4bd30070812bc887ac869f2829d449c025cfa Mon Sep 17 00:00:00 2001 From: lumtis Date: Tue, 4 Mar 2025 19:16:13 +0100 Subject: [PATCH] refactor: reduce zeta protocol fee --- x/crosschain/types/keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/crosschain/types/keys.go b/x/crosschain/types/keys.go index 3d75d3853c..4e2f8f5ab4 100644 --- a/x/crosschain/types/keys.go +++ b/x/crosschain/types/keys.go @@ -23,7 +23,7 @@ const ( // we keep the current value for backward compatibility MemStoreKey = "mem_metacore" - ProtocolFee = 2000000000000000000 + ProtocolFee = 500000000000000000 // CCTXIndexLength is the length of a crosschain transaction index CCTXIndexLength = 66