Skip to content

Commit

Permalink
new program id + pin anchor version on sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
solanoepalacio committed Mar 28, 2024
1 parent 3d8b7a2 commit 552d3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/integration/integrationTest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('integration test', () => {
const funderWallet = loadFunderWallet()
const endpoint = 'http://127.0.0.1:8899'
const tokenDispenserPid = new PublicKey(
'Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS'
'waNTLJXETasWVTP1qj84Zs6h7XY8qvzqmKd1QWqxyLB'
)

const confirmOpts: anchor.web3.ConfirmOptions = {
Expand Down
2 changes: 1 addition & 1 deletion token-dispenser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
},
"devDependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@coral-xyz/anchor": "0.27.0",
"@solana/spl-token": "^0.4.1",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
Expand Down

0 comments on commit 552d3a8

Please sign in to comment.