Skip to content

Commit

Permalink
Merge branch 'pr-22' of https://github.com/NatLabs/icrc1 into pr-22
Browse files Browse the repository at this point in the history
  • Loading branch information
tomijaga committed Dec 15, 2023
2 parents 0ff37eb + 06f8302 commit 49fea34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
- name: Install moc version manager
run: |
npm --yes -g i mocv
mocv use 0.9.1
mocv use 0.10.2
export DFX_MOC_PATH=$(mocv bin current)/moc
- name: install mops
run: |
npm --yes -g i ic-mops
mops i
- name: Detect warnings
run: make no-warn
# - name: Detect warnings
# run: make no-warn

- name: Run Tests
run: |
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Install moc version manager
run: |
npm --yes -g i mocv
mocv use 0.9.1
mocv use 0.10.2
export DFX_MOC_PATH=$(mocv bin current)/moc
- name: Install stable toolchain
Expand Down
6 changes: 3 additions & 3 deletions icrc1-default-args.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
( record {
name = "<Insert Token Name>";
symbol = "<Insert Symbol>";
decimals = 6;
fee = 1_000_000;
max_supply = 1_000_000_000_000;
decimals = 3;
fee = 1_000;
max_supply = 1_000_000_000;
initial_balances = vec {
record {
record {
Expand Down

0 comments on commit 49fea34

Please sign in to comment.