Skip to content

Commit

Permalink
added close-account program
Browse files Browse the repository at this point in the history
  • Loading branch information
adpthegreat committed Nov 28, 2024
1 parent 42b1f9b commit 8e3abca
Show file tree
Hide file tree
Showing 17 changed files with 171 additions and 235 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolution = true
skip-lint = false

[programs.localnet]
close_account_program = "AtUc6zMfozxrQoK4PbDUnd5daS86XCPuT2og1293P5XX"
close_account_program = "Cp1rfMVrJoD9aNT8dGVoPAf2BrY6HBMXbsTPfd2heV6C"

[registry]
url = "https://api.apr.dev"
Expand Down
File renamed without changes.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@solana/web3.js": "^1.95.4",
"anchor-bankrun": "^0.5.0",
"solana-bankrun": "^0.4.0",
"@solana/web3.js": "^1.95.4"
"solana-bankrun": "^0.4.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"prettier": "^2.6.2",
"ts-mocha": "^10.0.0",
"typescript": "^4.3.5"
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"typescript": "^4.3.5",
"prettier": "^2.6.2"
}
}
Loading

0 comments on commit 8e3abca

Please sign in to comment.