Skip to content

Commit

Permalink
Merge branch 'main' into ducnt/push_image
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 authored Mar 18, 2024
2 parents c24a00a + 3c57f97 commit fcf9bed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ COPY . .

RUN make build


FROM alpine:3.18

RUN apk add curl jq bash vim
Expand Down
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 fcf9bed

Please sign in to comment.