Skip to content

Commit

Permalink
Merge pull request #1 from Itheum/cnfts
Browse files Browse the repository at this point in the history
Support cNFTs
  • Loading branch information
bucurdavid authored Oct 22, 2024
2 parents abb1573 + fc3cd40 commit 14ad76a
Show file tree
Hide file tree
Showing 39 changed files with 3,668 additions and 987 deletions.
4 changes: 2 additions & 2 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ seeds = false
skip-lint = false

[programs.localnet]
core_sol_bond_stake_sc = "2gxhxhiRqQazdyniirt9QHhJk9aguG1RgtAhfo5B4yDY"
core_sol_bond_stake_sc = "4V8Luy9PjMdzF5VzNLGKH5uxXUXeBFooayEHXBGpXnxo"

[registry]
url = "https://api.apr.dev"
Expand All @@ -15,7 +15,7 @@ cluster = "Localnet"
wallet = "/Users/bucurdavid/.config/solana/id.json"

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


[test.validator]
Expand Down
Loading

0 comments on commit 14ad76a

Please sign in to comment.