Skip to content

Commit 000f740

Browse files
committed
update to @coral-xyz/spl-token 0.30.0
1 parent 56dafe4 commit 000f740

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tokens/create-token/anchor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@coral-xyz/anchor": "^0.28.1-beta.2",
3+
"@coral-xyz/anchor": "^0.30.0",
44
"@metaplex-foundation/mpl-token-metadata": "^2.5.2"
55
},
66
"devDependencies": {

tokens/nft-minter/anchor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@coral-xyz/anchor": "^0.28.1-beta.2",
3+
"@coral-xyz/anchor": "^0.30.0",
44
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
55
"@solana/spl-token": "^0.3.8"
66
},

tokens/pda-mint-authority/anchor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@coral-xyz/anchor": "^0.28.1-beta.2",
3+
"@coral-xyz/anchor": "^0.30.0",
44
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
55
"@solana/spl-token": "^0.3.8"
66
},

tokens/spl-token-minter/anchor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@coral-xyz/anchor": "^0.28.1-beta.2",
3+
"@coral-xyz/anchor": "^0.30.0",
44
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
55
"@solana/spl-token": "^0.3.8"
66
},

tokens/transfer-tokens/anchor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@coral-xyz/anchor": "^0.28.1-beta.2",
3+
"@coral-xyz/anchor": "^0.30.0",
44
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
55
"@solana/spl-token": "^0.3.8"
66
},

0 commit comments

Comments
 (0)