@helium/spl-utils 0.0.53 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/cjs/token.js +1 -1
  2. package/package.json +2 -2
package/lib/cjs/token.js CHANGED
@@ -158,7 +158,7 @@ function createNft(provider, recipient, data = {}, collectionKey, mintKeypair =
158
158
  updateAuthority: provider.wallet.publicKey,
159
159
  }, {
160
160
  createMetadataAccountArgsV3: {
161
- data: Object.assign({ name: "test", symbol: "TST", uri: "https://shdw-drive.genesysgo.net/CsDkETHRRR1EcueeN346MJoqzymkkr7RFjMqGpZMzAib/dc.json", sellerFeeBasisPoints: 10, creators: [
161
+ data: Object.assign({ name: "test", symbol: "TST", uri: "https://shdw-drive.genesysgo.net/6tcnBSybPG7piEDShBcrVtYJDPSvGrDbVvXmXKpzBvWP/dc.json", sellerFeeBasisPoints: 10, creators: [
162
162
  {
163
163
  address: holderKey,
164
164
  verified: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helium/spl-utils",
3
- "version": "0.0.53",
3
+ "version": "0.1.1",
4
4
  "description": "Utils shared across spl suite",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -45,5 +45,5 @@
45
45
  "typescript": "^4.3.4",
46
46
  "yarn": "^1.22.18"
47
47
  },
48
- "gitHead": "8c495cdacc89c748ed0ec1cdc2f698da3eb7efd9"
48
+ "gitHead": "5e0c3ed258c4fbcbe5e46575bd57b791f5c51b6d"
49
49
  }