Skip to content

Commit

Permalink
Merge pull request #6 from sonicdex/fix/claimTokens
Browse files Browse the repository at this point in the history
Fix/claim tokens
  • Loading branch information
sideffect0 authored Feb 1, 2024
2 parents 96db9b6 + a4667fc commit d780db1
Show file tree
Hide file tree
Showing 7 changed files with 640 additions and 643 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
dfx-version: "0.15.1"
- name: Build target canister
run: dfx build --check token
run: dfx build --network ic --check token

This comment has been minimized.

Copy link
@ggreif

ggreif Feb 2, 2024

Contributor

dfx build --ic --check token would be an abbreviation for this

- name: Download PocketIC
run: wget -c https://download.dfinity.systems/ic/69e1408347723dbaa7a6cd2faa9b65c42abbe861/openssl-static-binaries/x86_64-linux/pocket-ic.gz
- name: Extract and chmod PocketIC
Expand All @@ -27,7 +27,7 @@ jobs:
# - name: Run tests
# run: python3 -m unittest tests/icrc1_tests.py
- name: Copy Wasm Build
run: cp ./.dfx/local/canisters/token/token.wasm token.wasm
run: cp ./.dfx/ic/canisters/token/token.wasm token.wasm
- name: Compute Wasm Hash
run: shasum -a 256 ./token.wasm | cut -d ' ' -f 1 > token.wasm.shasum
- name: Print Wasm Hash
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d780db1

Please sign in to comment.