Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hoakbuilds committed Mar 2, 2024
0 parents commit 8ec57a2
Show file tree
Hide file tree
Showing 18 changed files with 9,319 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

.anchor
.DS_Store
target
**/*.rs.bk
node_modules
test-ledger
.yarn
8 changes: 8 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

.anchor
.DS_Store
target
node_modules
dist
build
test-ledger
24 changes: 24 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[toolchain]

[features]
seeds = false
skip-lint = false

[programs.mainnet]
ctw_token = "cwTokjpVjxBeytEXomNe5B38EesYsNsXCm3JZC6tmvB"

[programs.devnet]
ctw_token = "cwTokjpVjxBeytEXomNe5B38EesYsNsXCm3JZC6tmvB"

[programs.testnet]
ctw_token = "cwTokjpVjxBeytEXomNe5B38EesYsNsXCm3JZC6tmvB"

[programs.localnet]
ctw_token = "cwTokjpVjxBeytEXomNe5B38EesYsNsXCm3JZC6tmvB"

[registry]
url = "https://api.apr.dev"

[provider]
cluster = "devnet"
wallet = "~/.config/solana/id.json"
Loading

0 comments on commit 8ec57a2

Please sign in to comment.