Skip to content

Commit

Permalink
Add approve
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Apr 23, 2023
1 parent 3172dc7 commit db404d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139106,7 +139106,7 @@ async function run() {
multisig: (0, utils_1.publicKeyFrom)(programMultisig, 'programMultisig'),
programId: (0, utils_1.publicKeyFrom)(programId, 'programId'),
buffer: (0, utils_1.publicKeyFrom)(buffer, 'buffer'),
idlBuffer: (0, utils_1.publicKeyFrom)(buffer, 'idl-buffer'),
idlBuffer: (0, utils_1.publicKeyFrom)(idlBuffer, 'idl-buffer'),
spill: (0, utils_1.publicKeyFrom)(spillAddress, 'spillAddress'),
authority: (0, utils_1.publicKeyFrom)(authority, 'authority'),
wallet: (0, utils_1.keypairFrom)(keypair, 'keypair'),
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function run(): Promise<void> {
multisig: publicKeyFrom(programMultisig, 'programMultisig'),
programId: publicKeyFrom(programId, 'programId'),
buffer: publicKeyFrom(buffer, 'buffer'),
idlBuffer: publicKeyFrom(buffer, 'idl-buffer'),
idlBuffer: publicKeyFrom(idlBuffer, 'idl-buffer'),
spill: publicKeyFrom(spillAddress, 'spillAddress'),
authority: publicKeyFrom(authority, 'authority'),
wallet: keypairFrom(keypair, 'keypair'),
Expand Down

0 comments on commit db404d2

Please sign in to comment.