Skip to content

Commit

Permalink
fix spl-token (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: Leon <[email protected]>
  • Loading branch information
xixixueling and originalix authored Dec 20, 2024
1 parent 8ed8855 commit f84db59
Show file tree
Hide file tree
Showing 3 changed files with 1,275 additions and 12 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@types/chrome": "^0.0.178",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.178",
"@types/lodash-es": "^4.17.12",
"@types/node": "^16.9.0",
"@types/react": "^17.0.21",
"@types/react-native": "^0.67.6",
Expand All @@ -47,12 +48,18 @@
"jest": "^27.2.4",
"lerna": "^5.6.2",
"lodash": "^4.17.21",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.3.2",
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.5",
"typescript": "^5"
},
"dependencies": {},
"dependencies": {
"@benfen/bfc.js": "^0.2.7",
"@solana/spl-token": "^0.4.9",
"lodash-es": "^4.17.21"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
1 change: 0 additions & 1 deletion packages/example/components/chains/solana/example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import params from './params';
import { createTransferTransaction, createVersionedTransaction, createTokenTransferTransaction } from './builder';
import nacl from 'tweetnacl';
import { toast } from '../../ui/use-toast';
// import { TOKEN_PROGRAM_ID } from '@solana/spl-token';

const NETWORK = clusterApiUrl('mainnet-beta');

Expand Down
Loading

0 comments on commit f84db59

Please sign in to comment.