Skip to content

Commit

Permalink
refactor: reduce zeta protocol fee
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Mar 4, 2025
1 parent 099f8df commit 06f4bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06f4bd3

Please sign in to comment.