Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Mar 14, 2024
1 parent 4e062d0 commit 101634f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/wasm/ibc_transfer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ SETTLEMENT_KEY_NAME_GENESIS="local-user"
SETTLEMENT_GENESIS_ADDR="$(dymd keys show $SETTLEMENT_KEY_NAME_GENESIS | grep "address:" | cut -d' ' -f3)"
SETTLEMENT_CHAIN_ID="dymension_100-1"

<<<<<<< HEAD
ICS20_CODE_ID="$(rollappd q wasm list-code | grep "code_id:" | tail -n 1 | cut -d' ' -f3 | tr -d '"')"
CW20_CODE_ID=$((ICS20_CODE_ID - 1))
CW20_ADDR=$(rollappd q wasm list-contract-by-code $CW20_CODE_ID --output json | jq -r '.contracts[0]' )
ICS20_ADDR=$(rollappd q wasm list-contract-by-code $ICS20_CODE_ID --output json | jq -r '.contracts[0]' )
=======
CW20_ADDR=$(rollappd q wasm list-contract-by-code 1 --output json | jq -r '.contracts[0]' )
ICS20_ADDR=$(rollappd q wasm list-contract-by-code 2 --output json | jq -r '.contracts[0]' )
>>>>>>> main

ICS20_PATH="ics20-hub"
version=ics20-1
Expand Down

0 comments on commit 101634f

Please sign in to comment.