@sign-global/tokentable-core 1.3.0 → 1.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @sign-global/tokentable-core
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: update Solana devnet and mainnet RPC endpoints
8
+
9
+ ## 1.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - feat: add claim strategy configuration
14
+
3
15
  ## 1.3.0
4
16
 
5
17
  ### Minor Changes
package/dist/index.d.mts CHANGED
@@ -2111,6 +2111,7 @@ declare const checkGetSignatures: (data: {
2111
2111
  projectId: string;
2112
2112
  claimIds: string[];
2113
2113
  recipient: string;
2114
+ strategy?: string;
2114
2115
  }, baseURL?: string) => Promise<{
2115
2116
  signatures: IClaimSignature[];
2116
2117
  }>;
package/dist/index.d.ts CHANGED
@@ -2111,6 +2111,7 @@ declare const checkGetSignatures: (data: {
2111
2111
  projectId: string;
2112
2112
  claimIds: string[];
2113
2113
  recipient: string;
2114
+ strategy?: string;
2114
2115
  }, baseURL?: string) => Promise<{
2115
2116
  signatures: IClaimSignature[];
2116
2117
  }>;
package/dist/index.js CHANGED
@@ -185,10 +185,10 @@ var solanaDevNet = {
185
185
  },
186
186
  rpcUrls: {
187
187
  public: {
188
- http: ["https://devnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966"]
188
+ http: ["https://serene-empty-film.solana-devnet.quiknode.pro/7fcc62232b14dc8a6a154597ee028ebf00e0c195"]
189
189
  },
190
190
  default: {
191
- http: ["https://devnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966"]
191
+ http: ["https://serene-empty-film.solana-devnet.quiknode.pro/7fcc62232b14dc8a6a154597ee028ebf00e0c195"]
192
192
  }
193
193
  },
194
194
  blockExplorers: {
@@ -210,10 +210,10 @@ var solanaMainNet = {
210
210
  },
211
211
  rpcUrls: {
212
212
  public: {
213
- http: ["https://neat-falling-dream.solana-mainnet.quiknode.pro/55dbcc2244d010e047c4ab1e3b7964cc6204505d"]
213
+ http: ["https://serene-empty-film.solana-mainnet.quiknode.pro/7fcc62232b14dc8a6a154597ee028ebf00e0c195"]
214
214
  },
215
215
  default: {
216
- http: ["https://neat-falling-dream.solana-mainnet.quiknode.pro/55dbcc2244d010e047c4ab1e3b7964cc6204505d"]
216
+ http: ["https://serene-empty-film.solana-mainnet.quiknode.pro/7fcc62232b14dc8a6a154597ee028ebf00e0c195"]
217
217
  }
218
218
  },
219
219
  blockExplorers: {