Skip to content

Commit

Permalink
Merge pull request #1 from honey-labs/merge-main
Browse files Browse the repository at this point in the history
Locker v2 implementation
  • Loading branch information
tomjpandolfi authored Jul 26, 2022
2 parents bad8f60 + 93b5f77 commit 3163a4a
Show file tree
Hide file tree
Showing 31 changed files with 8,898 additions and 1,262 deletions.
6 changes: 3 additions & 3 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[features]
seeds = false
[programs.devnet]
[programs.mainnet]
ve_honey = "CKQapf8pWoMddT15grV8UCPjiLCTHa12NRgkKV63Lc7q"
stake = "4V68qajTiVHm3Pm9fQoV8D4tEYBmq3a34R9NV5TymLr7"

[registry]
url = "https://anchor.projectserum.com"

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

[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/veHoney.ts"
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/*.ts"
Loading

0 comments on commit 3163a4a

Please sign in to comment.