@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 +12 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/constants/network.ts +4 -4
- package/src/services/airdrop/index.ts +1 -0
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
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -185,10 +185,10 @@ var solanaDevNet = {
|
|
|
185
185
|
},
|
|
186
186
|
rpcUrls: {
|
|
187
187
|
public: {
|
|
188
|
-
http: ["https://
|
|
188
|
+
http: ["https://serene-empty-film.solana-devnet.quiknode.pro/7fcc62232b14dc8a6a154597ee028ebf00e0c195"]
|
|
189
189
|
},
|
|
190
190
|
default: {
|
|
191
|
-
http: ["https://
|
|
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://
|
|
213
|
+
http: ["https://serene-empty-film.solana-mainnet.quiknode.pro/7fcc62232b14dc8a6a154597ee028ebf00e0c195"]
|
|
214
214
|
},
|
|
215
215
|
default: {
|
|
216
|
-
http: ["https://
|
|
216
|
+
http: ["https://serene-empty-film.solana-mainnet.quiknode.pro/7fcc62232b14dc8a6a154597ee028ebf00e0c195"]
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
219
|
blockExplorers: {
|