@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sign-global/tokentable-core",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -89,10 +89,10 @@ export const solanaDevNet = {
89
89
  },
90
90
  rpcUrls: {
91
91
  public: {
92
- http: ['https://devnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966']
92
+ http: ['https://serene-empty-film.solana-devnet.quiknode.pro/7fcc62232b14dc8a6a154597ee028ebf00e0c195']
93
93
  },
94
94
  default: {
95
- http: ['https://devnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966']
95
+ http: ['https://serene-empty-film.solana-devnet.quiknode.pro/7fcc62232b14dc8a6a154597ee028ebf00e0c195']
96
96
  }
97
97
  },
98
98
  blockExplorers: {
@@ -115,10 +115,10 @@ export const solanaMainNet = {
115
115
  },
116
116
  rpcUrls: {
117
117
  public: {
118
- http: ['https://neat-falling-dream.solana-mainnet.quiknode.pro/55dbcc2244d010e047c4ab1e3b7964cc6204505d']
118
+ http: ['https://serene-empty-film.solana-mainnet.quiknode.pro/7fcc62232b14dc8a6a154597ee028ebf00e0c195']
119
119
  },
120
120
  default: {
121
- http: ['https://neat-falling-dream.solana-mainnet.quiknode.pro/55dbcc2244d010e047c4ab1e3b7964cc6204505d']
121
+ http: ['https://serene-empty-film.solana-mainnet.quiknode.pro/7fcc62232b14dc8a6a154597ee028ebf00e0c195']
122
122
  }
123
123
  },
124
124
  blockExplorers: {
@@ -163,6 +163,7 @@ export const checkGetSignatures = async (
163
163
  projectId: string;
164
164
  claimIds: string[];
165
165
  recipient: string;
166
+ strategy?: string;
166
167
  },
167
168
  baseURL?: string
168
169
  ): Promise<{ signatures: IClaimSignature[] }> => {