Skip to content

Commit

Permalink
remove transfer parameter from genesis state since ibc module was rem…
Browse files Browse the repository at this point in the history
…oved
  • Loading branch information
misko9 committed Aug 23, 2024
1 parent 77cad5d commit ec0975c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/thorchain/chainspec_thorchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func ThorchainDefaultChainSpec(testName string, numVals int, numFn int, ethRoute
chainImage := ibc.NewDockerImage("thorchain", "local", "1025:1025")
genesisKVMods := []thorchain.GenesisKV{
thorchain.NewGenesisKV("app_state.bank.params.default_send_enabled", false), // disable bank module transfers
thorchain.NewGenesisKV("app_state.transfer.params.send_enabled", false), // disable ibc transfer sends
thorchain.NewGenesisKV("app_state.thorchain.reserve", "22000000000000000"), // mint to reserve for mocknet (220M)
thorchain.NewGenesisKV("app_state.thorchain.chain_contracts", []ChainContract{
{
Expand Down

0 comments on commit ec0975c

Please sign in to comment.