@pancakeswap/pools 4.0.20 → 4.0.21
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/dist/constants/pools/56.d.ts.map +1 -1
- package/dist/index.js +16 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -16
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"56.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/56.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"56.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/56.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,EA8EnC,CAAA;AA80FH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -181,6 +181,22 @@ var livePools2 = [
|
|
|
181
181
|
tokenPerBlock: "0.7716",
|
|
182
182
|
version: 3
|
|
183
183
|
},
|
|
184
|
+
{
|
|
185
|
+
sousId: 347,
|
|
186
|
+
stakingToken: tokens.bscTokens.cake,
|
|
187
|
+
earningToken: tokens.bscTokens.tusd,
|
|
188
|
+
contractAddress: "0x72cd910eE115E494485Dd32Ce7bC5dE563eceA51",
|
|
189
|
+
poolCategory: "Core" /* CORE */,
|
|
190
|
+
tokenPerBlock: "0.02314",
|
|
191
|
+
version: 3
|
|
192
|
+
}
|
|
193
|
+
].map((p) => ({
|
|
194
|
+
...p,
|
|
195
|
+
contractAddress: viem.getAddress(p.contractAddress),
|
|
196
|
+
stakingToken: p.stakingToken.serialize,
|
|
197
|
+
earningToken: p.earningToken.serialize
|
|
198
|
+
}));
|
|
199
|
+
var finishedPools2 = [
|
|
184
200
|
{
|
|
185
201
|
sousId: 357,
|
|
186
202
|
stakingToken: tokens.bscTokens.cake,
|
|
@@ -199,22 +215,6 @@ var livePools2 = [
|
|
|
199
215
|
tokenPerBlock: "0.5594",
|
|
200
216
|
version: 3
|
|
201
217
|
},
|
|
202
|
-
{
|
|
203
|
-
sousId: 347,
|
|
204
|
-
stakingToken: tokens.bscTokens.cake,
|
|
205
|
-
earningToken: tokens.bscTokens.tusd,
|
|
206
|
-
contractAddress: "0x72cd910eE115E494485Dd32Ce7bC5dE563eceA51",
|
|
207
|
-
poolCategory: "Core" /* CORE */,
|
|
208
|
-
tokenPerBlock: "0.02314",
|
|
209
|
-
version: 3
|
|
210
|
-
}
|
|
211
|
-
].map((p) => ({
|
|
212
|
-
...p,
|
|
213
|
-
contractAddress: viem.getAddress(p.contractAddress),
|
|
214
|
-
stakingToken: p.stakingToken.serialize,
|
|
215
|
-
earningToken: p.earningToken.serialize
|
|
216
|
-
}));
|
|
217
|
-
var finishedPools2 = [
|
|
218
218
|
{
|
|
219
219
|
sousId: 352,
|
|
220
220
|
stakingToken: tokens.bscTokens.cake,
|