Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"url": "https://github.com/solana-program/token-wrap/issues"
},
"peerDependencies": {
"@solana/kit": "^7.0.0"
"@solana/kit": "^8.0.0"
},
"dependencies": {
"@solana-program/system": "^0.13.0",
"@solana-program/token": "^0.15.0",
"@solana-program/token-2022": "^0.15.0",
"@solana/program-client-core": "^7.0.0"
"@solana-program/system": "^0.14.0",
"@solana-program/token": "^0.16.0",
"@solana-program/token-2022": "^0.16.0",
"@solana/program-client-core": "^8.0.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@solana/kit": "^7.0.0",
"@solana/kit": "^8.0.0",
"@tsconfig/strictest": "^2.0.8",
"@types/node": "^26.2.0",
"eslint": "^10.8.1",
Expand Down
2 changes: 1 addition & 1 deletion clients/js/src/generated/accounts/backpointer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
type MaybeAccount,
type MaybeEncodedAccount,
} from '@solana/kit';
import { BackpointerSeeds, findBackpointerPda } from '../pdas';
import { findBackpointerPda, type BackpointerSeeds } from '../pdas';

/** Account to store the address of the unwrapped mint. */
export type Backpointer = { unwrappedMint: Address };
Expand Down
10 changes: 3 additions & 7 deletions idl.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kind": "rootNode",
"standard": "codama",
"version": "1.7.0",
"version": "1.8.0",
"program": {
"kind": "programNode",
"name": "tokenWrap",
Expand Down Expand Up @@ -824,7 +824,6 @@
]
}
],
"definedTypes": [],
"pdas": [
{
"kind": "pdaNode",
Expand Down Expand Up @@ -906,7 +905,6 @@
]
}
],
"events": [],
"errors": [
{
"kind": "errorNode",
Expand Down Expand Up @@ -1004,8 +1002,6 @@
"code": 15,
"message": "Instruction can only be used with spl-token wrapped mints"
}
],
"constants": []
},
"additionalPrograms": []
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"devDependencies": {
"@changesets/cli": "^3.0.0",
"@codama/renderers-js": "^2.3.1",
"@solana-program/system": "^0.13.0",
"@solana/sysvars": "^7.0.0",
"@solana-program/system": "^0.14.0",
"@solana/sysvars": "^8.0.0",
"@solana/prettier-config-solana": "0.0.7",
"@types/node": "^26.2.0",
"codama": "^1.8.0",
Expand Down
Loading
Loading