Skip to content

Commit

Permalink
version 0.2.6 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2024
1 parent 33f2be3 commit 03958a8
Show file tree
Hide file tree
Showing 65 changed files with 10,350 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.anchor
.cargo
.DS_Store
**/.DS_Store
**/target
**/*.rs.bk
node_modules
test-ledger
dist
6 changes: 6 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"

[programs.localnet]
counter = "CounterProgram111111111111111111111111111111"
Loading

0 comments on commit 03958a8

Please sign in to comment.