Skip to content

Commit

Permalink
token: Add metadata api
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed Oct 10, 2021
1 parent 3e6545c commit 5543cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-serum/token",
"version": "0.0.1-alpha.3",
"version": "0.1.0",
"description": "Utilities for interacting with SPL Tokens",
"repository": "project-serum/serum-ts",
"main": "dist/lib/index.js",
Expand Down Expand Up @@ -28,10 +28,7 @@
"bn.js": "^5.1.3"
},
"peerDependencies": {
"@solana/web3.js": "^0.90.0"
},
"devDependencies": {
"@solana/web3.js": "^0.90.0"
"@solana/web3.js": "^1.17.0"
},
"files": [
"dist"
Expand Down
1 change: 1 addition & 0 deletions packages/token/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './instructions';
export * from './state';
export * as metadata from './metadata';

0 comments on commit 5543cfa

Please sign in to comment.