Skip to content

Commit 5c867aa

Browse files
committed
Update example sol-anchor-contract #107
1 parent ecbe342 commit 5c867aa

File tree

13 files changed

+209
-3195
lines changed

13 files changed

+209
-3195
lines changed

examples/sol-anchor-contract/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
[programs.devnet]
2-
example_sol_anchor_contract = "BZh3CP454Ca1C9yBp2tpGAkXoKFti9x8ShJLSxNDpoxa"
3-
41
[provider]
5-
cluster = "devnet"
2+
cluster = "localnet"
63
wallet = "~/.config/solana/id.json"
74

5+
[programs.localnet]
6+
sol_anchor_contract = "GFPM2LncpbWiLkePLs3QjcLVPw31B2h23FwFfhig79fh"
7+
88
[scripts]
9-
install = "npm install"
10-
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 scripts/test.ts"
9+
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"

examples/sol-anchor-contract/README.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)