@pancakeswap/pools 4.0.14 → 4.0.16
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/1.d.ts.map +1 -1
- package/dist/constants/pools/42161.d.ts.map +1 -1
- package/dist/index.js +26 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"1.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/1.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"1.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/1.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,EAsBnC,CAAA;AAGH,eAAO,MAAM,aAAa,EAAE,cAAc,EA+DvC,CAAA;AAEH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"42161.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/42161.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,EAenC,CAAA;AAGH,eAAO,MAAM,aAAa,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"42161.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/42161.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,EAenC,CAAA;AAGH,eAAO,MAAM,aAAa,EAAE,cAAc,EAgBvC,CAAA;AAEH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -51,7 +51,14 @@ var livePools = [
|
|
|
51
51
|
contractAddress: "0x3C6452d5a217Cc65b98F0803c6D1BD7Fe588389A",
|
|
52
52
|
poolCategory: "Core" /* CORE */,
|
|
53
53
|
tokenPerSecond: "0.00000271"
|
|
54
|
-
}
|
|
54
|
+
}
|
|
55
|
+
].map((p) => ({
|
|
56
|
+
...p,
|
|
57
|
+
contractAddress: viem.getAddress(p.contractAddress),
|
|
58
|
+
stakingToken: p.stakingToken.serialize,
|
|
59
|
+
earningToken: p.earningToken.serialize
|
|
60
|
+
}));
|
|
61
|
+
var finishedPools = [
|
|
55
62
|
{
|
|
56
63
|
sousId: 7,
|
|
57
64
|
stakingToken: tokens.ethereumTokens.cake,
|
|
@@ -67,14 +74,7 @@ var livePools = [
|
|
|
67
74
|
contractAddress: "0x3f0bCCa8f5aA37e184B22e3A2ca8C292fe6B716B",
|
|
68
75
|
poolCategory: "Core" /* CORE */,
|
|
69
76
|
tokenPerSecond: "0.0005093"
|
|
70
|
-
}
|
|
71
|
-
].map((p) => ({
|
|
72
|
-
...p,
|
|
73
|
-
contractAddress: viem.getAddress(p.contractAddress),
|
|
74
|
-
stakingToken: p.stakingToken.serialize,
|
|
75
|
-
earningToken: p.earningToken.serialize
|
|
76
|
-
}));
|
|
77
|
-
var finishedPools = [
|
|
77
|
+
},
|
|
78
78
|
{
|
|
79
79
|
sousId: 5,
|
|
80
80
|
stakingToken: tokens.ethereumTokens.cake,
|
|
@@ -3150,6 +3150,22 @@ var livePools3 = [
|
|
|
3150
3150
|
var finishedPools3 = [];
|
|
3151
3151
|
var pools3 = [...livePools3, ...finishedPools3];
|
|
3152
3152
|
var livePools4 = [
|
|
3153
|
+
{
|
|
3154
|
+
sousId: 2,
|
|
3155
|
+
stakingToken: tokens.arbitrumTokens.alp,
|
|
3156
|
+
earningToken: tokens.arbitrumTokens.cake,
|
|
3157
|
+
contractAddress: "0x0639c5715EC308E16f089c96C0C109302d76FA81",
|
|
3158
|
+
poolCategory: "Core" /* CORE */,
|
|
3159
|
+
tokenPerSecond: "0.01177",
|
|
3160
|
+
version: 3
|
|
3161
|
+
}
|
|
3162
|
+
].map((p) => ({
|
|
3163
|
+
...p,
|
|
3164
|
+
contractAddress: viem.getAddress(p.contractAddress),
|
|
3165
|
+
stakingToken: p.stakingToken.serialize,
|
|
3166
|
+
earningToken: p.earningToken.serialize
|
|
3167
|
+
}));
|
|
3168
|
+
var finishedPools4 = [
|
|
3153
3169
|
{
|
|
3154
3170
|
sousId: 1,
|
|
3155
3171
|
stakingToken: tokens.arbitrumTokens.alp,
|
|
@@ -3161,11 +3177,11 @@ var livePools4 = [
|
|
|
3161
3177
|
}
|
|
3162
3178
|
].map((p) => ({
|
|
3163
3179
|
...p,
|
|
3180
|
+
isFinished: true,
|
|
3164
3181
|
contractAddress: viem.getAddress(p.contractAddress),
|
|
3165
3182
|
stakingToken: p.stakingToken.serialize,
|
|
3166
3183
|
earningToken: p.earningToken.serialize
|
|
3167
3184
|
}));
|
|
3168
|
-
var finishedPools4 = [];
|
|
3169
3185
|
var pools4 = [...livePools4, ...finishedPools4];
|
|
3170
3186
|
var livePools5 = [
|
|
3171
3187
|
{
|