Skip to content

Commit

Permalink
feat: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Nov 21, 2024
1 parent 46304de commit 0f91282
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@solana/spl-token": "0.3.8",
"@web3auth/auth": "^9.3.1",
"@solana/web3.js": "^1.87.3",
"@toruslabs/base-controllers": "file:../controllers/packages/base-controllers/toruslabs-base-controllers-6.0.1.tgz",
"@toruslabs/base-controllers": "^6.2.4",
"@toruslabs/broadcast-channel": "^11.0.0",
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/http-helpers": "^6.0.0",
Expand All @@ -45,7 +45,7 @@
"@toruslabs/openlogin-session-manager": "^3.0.0",
"@toruslabs/openlogin-subkey": "^6.0.0",
"@toruslabs/openlogin-utils": "^6.1.0",
"@toruslabs/solana-controllers": "file:../controllers/packages/solana-controllers/toruslabs-solana-controllers-6.0.1.tgz",
"@toruslabs/solana-controllers": "^6.3.0",
"@toruslabs/tweetnacl-js": "^1.0.4",
"@toruslabs/vue-components": "^2.0.1",
"@toruslabs/vue-icons": "^2.0.0",
Expand Down
1 change: 1 addition & 0 deletions tests/controller/controllerModule.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ describe("Controller Module", () => {
tokenAddress: "",
isFungible: false,
balance: { decimals: mockMintInfo[mockMintAddress[1]].decimals, amount: "0", uiAmount: 0, uiAmountString: "0" },
isImportToken: false,
};
const splTransaction = await SolanaHelper.generateSPLTransaction(
sKeyPair[0].publicKey.toBase58(),
Expand Down

0 comments on commit 0f91282

Please sign in to comment.