updates spl-token in core to latest

This commit is contained in:
Faiyam Rahman 2023-01-23 15:53:18 +05:30
parent 76aa419018
commit 15e96ddd8c
2 changed files with 13 additions and 4 deletions

View File

@ -26,12 +26,12 @@
"dependencies": {
"@orca-so/whirlpools-sdk": "^0.5.0",
"@project-serum/anchor": "^0.25.0",
"@solana/spl-token": "^0.2.0",
"@solana/spl-token": "0.3.7",
"@solana/web3.js": "^1.34.0",
"axios": "^0.27.2",
"bs58": "^4.0.1",
"cache-manager": "^3.6.0",
"encoding": "^0.1.13",
"axios": "^0.27.2"
"encoding": "^0.1.13"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",

View File

@ -1288,6 +1288,15 @@
buffer-layout "^1.2.0"
dotenv "10.0.0"
"@solana/spl-token@0.3.7":
version "0.3.7"
resolved "https://registry.yarnpkg.com/@solana/spl-token/-/spl-token-0.3.7.tgz#6f027f9ad8e841f792c32e50920d9d2e714fc8da"
integrity sha512-bKGxWTtIw6VDdCBngjtsGlKGLSmiu/8ghSt/IOYJV24BsymRbgq7r12GToeetpxmPaZYLddKwAz7+EwprLfkfg==
dependencies:
"@solana/buffer-layout" "^4.0.0"
"@solana/buffer-layout-utils" "^0.2.0"
buffer "^6.0.3"
"@solana/spl-token@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@solana/spl-token/-/spl-token-0.2.0.tgz#329bb6babb5de0f9c40035ddb1657f01a8347acd"
@ -2039,7 +2048,7 @@ buffer@6.0.1:
base64-js "^1.3.1"
ieee754 "^1.2.1"
buffer@6.0.3, buffer@~6.0.3:
buffer@6.0.3, buffer@^6.0.3, buffer@~6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==