Skip to content

Commit

Permalink
oracle test wip (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan authored May 3, 2024
1 parent 5b93c73 commit e840018
Show file tree
Hide file tree
Showing 30 changed files with 2,527 additions and 197 deletions.
1 change: 1 addition & 0 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"devDependencies": {
"@metaplex-foundation/mpl-toolbox": "^0.8.0",
"@ava/typescript": "^3.0.1",
"@metaplex-foundation/mpl-core-oracle-example": "^0.0.1",
"@metaplex-foundation/umi": "^0.8.10",
"@metaplex-foundation/umi-bundle-tests": "^0.8.10",
"@solana/web3.js": "^1.73.0",
Expand Down
13 changes: 13 additions & 0 deletions clients/js/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion clients/js/src/generated/instructions/burnCollectionV1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function burnCollectionV1(
},
authority: {
index: 2,
isWritable: false as boolean,
isWritable: true as boolean,
value: input.authority ?? null,
},
logWrapper: {
Expand Down
2 changes: 1 addition & 1 deletion clients/js/src/generated/instructions/burnV1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function burnV1(
},
authority: {
index: 3,
isWritable: false as boolean,
isWritable: true as boolean,
value: input.authority ?? null,
},
systemProgram: {
Expand Down
Loading

0 comments on commit e840018

Please sign in to comment.