@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
package/dist/index.mjs
CHANGED
|
@@ -172,6 +172,22 @@ var livePools2 = [
|
|
|
172
172
|
tokenPerBlock: "0.7716",
|
|
173
173
|
version: 3
|
|
174
174
|
},
|
|
175
|
+
{
|
|
176
|
+
sousId: 347,
|
|
177
|
+
stakingToken: bscTokens.cake,
|
|
178
|
+
earningToken: bscTokens.tusd,
|
|
179
|
+
contractAddress: "0x72cd910eE115E494485Dd32Ce7bC5dE563eceA51",
|
|
180
|
+
poolCategory: "Core" /* CORE */,
|
|
181
|
+
tokenPerBlock: "0.02314",
|
|
182
|
+
version: 3
|
|
183
|
+
}
|
|
184
|
+
].map((p) => ({
|
|
185
|
+
...p,
|
|
186
|
+
contractAddress: getAddress(p.contractAddress),
|
|
187
|
+
stakingToken: p.stakingToken.serialize,
|
|
188
|
+
earningToken: p.earningToken.serialize
|
|
189
|
+
}));
|
|
190
|
+
var finishedPools2 = [
|
|
175
191
|
{
|
|
176
192
|
sousId: 357,
|
|
177
193
|
stakingToken: bscTokens.cake,
|
|
@@ -190,22 +206,6 @@ var livePools2 = [
|
|
|
190
206
|
tokenPerBlock: "0.5594",
|
|
191
207
|
version: 3
|
|
192
208
|
},
|
|
193
|
-
{
|
|
194
|
-
sousId: 347,
|
|
195
|
-
stakingToken: bscTokens.cake,
|
|
196
|
-
earningToken: bscTokens.tusd,
|
|
197
|
-
contractAddress: "0x72cd910eE115E494485Dd32Ce7bC5dE563eceA51",
|
|
198
|
-
poolCategory: "Core" /* CORE */,
|
|
199
|
-
tokenPerBlock: "0.02314",
|
|
200
|
-
version: 3
|
|
201
|
-
}
|
|
202
|
-
].map((p) => ({
|
|
203
|
-
...p,
|
|
204
|
-
contractAddress: getAddress(p.contractAddress),
|
|
205
|
-
stakingToken: p.stakingToken.serialize,
|
|
206
|
-
earningToken: p.earningToken.serialize
|
|
207
|
-
}));
|
|
208
|
-
var finishedPools2 = [
|
|
209
209
|
{
|
|
210
210
|
sousId: 352,
|
|
211
211
|
stakingToken: bscTokens.cake,
|