Skip to content

Commit

Permalink
Merge pull request #120 from bnb-chain/fix_crosschain_params
Browse files Browse the repository at this point in the history
feat: update the initial balance for the crosschain module
  • Loading branch information
unclezoro authored Mar 8, 2023
2 parents 68ac309 + 5b80cf2 commit 1dd4c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 1dd4c20

Please sign in to comment.