Skip to content

Commit

Permalink
Merge branch 'main' into style-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubycop authored Jan 14, 2025
2 parents 2c1320a + b80b765 commit 96af655
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- dry_run_command: npm run dry-run:infinex
- dry_run_command: npm run dry-run:infinex-testing
- dry_run_command: npm run dry-run:templar
- dry_run_command: npm run dry-run:treasury-factory
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-instances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
deploy_command: npm run deploy:infinex-testing
- environment: treasury-templar.near
deploy_command: npm run deploy:templar
- environment: treasury-factory.near
deploy_command: npm run deploy:treasury-factory
environment: ${{ matrix.target_account.environment }}
steps:
- name: Checkout repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test("should be able to create a treasury instance with sandbox", async () => {
"create_dao_args": Buffer.from(JSON.stringify(create_dao_args)).toString('base64')
},
gas: 300000000000000,
attachedDeposit: nearApi.utils.format.parseNearAmount("12")
attachedDeposit: nearApi.utils.format.parseNearAmount("9")
});

expect(
Expand Down

0 comments on commit 96af655

Please sign in to comment.