From 5b80cf2a94e761f15348a23182a83feb9ac34361 Mon Sep 17 00:00:00 2001 From: yutianwu Date: Wed, 8 Mar 2023 14:04:37 +0800 Subject: [PATCH] feat: update initial balance for crosschain module --- x/crosschain/types/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/crosschain/types/params.go b/x/crosschain/types/params.go index ef5146e164..aa065ec2ff 100644 --- a/x/crosschain/types/params.go +++ b/x/crosschain/types/params.go @@ -7,7 +7,7 @@ import ( paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" ) -const DefaultInitModuleBalance string = "1000000000000000000000000000" +const DefaultInitModuleBalance string = "2000000000000000000000000" // 2M var KeyParamInitModuleBalance = []byte("InitModuleBalance")