Skip to content

Commit

Permalink
refactor: updated code with issues resolved in accordance with recent…
Browse files Browse the repository at this point in the history
… changes in poseidon
  • Loading branch information
ritikbhatt20 committed Oct 31, 2024
1 parent 49c43b2 commit 7973676
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolution = true
skip-lint = false

[programs.localnet]
spl_token_minter = "DmrXSUGWYaqtWg8sbi9JQN48yVZ1y2m7HvWXbND52Mcw"
spl_token_minter = "CSi4VcU9g99HKSodPV3MJvweoEAuaqWqgEC3jvdHieDG"

[registry]
url = "https://api.apr.dev"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.0",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.2"
},
"devDependencies": {
"anchor-bankrun": "^0.4.0",
"solana-bankrun": "^0.3.0",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"anchor-bankrun": "^0.4.0",
"chai": "^4.4.1",
"mocha": "^9.0.3",
"prettier": "^2.6.2",
"solana-bankrun": "^0.3.0",
"ts-mocha": "^10.0.0",
"typescript": "^4.3.5"
}
Expand Down
194 changes: 187 additions & 7 deletions tokens/spl-token-minter/poseidon/spl-token-minter/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
[dependencies]
anchor-lang = { version = "0.30.1", features = ["init-if-needed"] }
anchor-spl = "0.30.1"

Loading

0 comments on commit 7973676

Please sign in to comment.