Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Oct 13, 2023
1 parent 9e77d85 commit 04349af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/starship/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (p *ProviderClient) BootstrapContracts(connId, portID, rewardDenom string)
nativeStakingContract := contracts[nativeStakingCodeID]

// external Staking
extStaking, err := StoreCodeFile(p.Chain, buildPathToWasm(p.wasmContractPath, "external_staking.wasm", p.wasmContractGZipped))
extStaking, err := StoreCodeFile(p.Chain, buildPathToWasm(p.wasmContractPath, "mesh_external_staking.wasm", p.wasmContractGZipped))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 04349af

Please sign in to comment.