Skip to content

Commit

Permalink
feat(#644): Add helium/sus package to preview transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass authored Feb 22, 2024
1 parent 9777076 commit 09c4c70
Show file tree
Hide file tree
Showing 13 changed files with 3,986 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
- tests/price-oracle.ts
- tests/voter-stake-registry.ts
- tests/fanout.ts
- tests/sus.ts
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-anchor/
Expand Down
4 changes: 4 additions & 0 deletions packages/sus/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
npm-debug.log
dist/
tmp/
./node_modules
Loading

0 comments on commit 09c4c70

Please sign in to comment.