Skip to content

Commit

Permalink
fix instantiate
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Sep 26, 2024
1 parent c1f4404 commit 923e84c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/test_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ func (p *TestConsumerClient) BootstrapContracts() (*ConsumerContract, error) {
"notify_cosmos_zone": false,
"btc_staking_code_id": btcStakingContractWasmId,
"btc_staking_msg": btcStakingInitMsgBytes,
"consumer_name": "test-consumer",
"consumer_description": "test-consumer-description",
"admin": p.GetSender().String(),
}
initMsgBytes, err := json.Marshal(initMsg)
Expand Down

0 comments on commit 923e84c

Please sign in to comment.