@pancakeswap/pools 5.0.1 → 5.0.3

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.
@@ -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,EAmDnC,CAAA;AAy2FH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
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,EAkCnC,CAAA;AAo4FH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
package/dist/index.js CHANGED
@@ -127,6 +127,16 @@ var livePools2 = [
127
127
  tokenPerBlock: "10",
128
128
  isFinished: false
129
129
  },
130
+ {
131
+ sousId: 365,
132
+ stakingToken: tokens.bscTokens.cake,
133
+ earningToken: tokens.bscTokens.ace,
134
+ contractAddress: "0xafB6d6B64fe5007EeE87210B91638ddCeb9f326B",
135
+ poolCategory: "Core" /* CORE */,
136
+ tokenPerBlock: "0.003858",
137
+ isFinished: false,
138
+ version: 3
139
+ },
130
140
  {
131
141
  sousId: 364,
132
142
  stakingToken: tokens.bscTokens.cake,
@@ -135,7 +145,14 @@ var livePools2 = [
135
145
  poolCategory: "Core" /* CORE */,
136
146
  tokenPerBlock: "0.5131",
137
147
  version: 3
138
- },
148
+ }
149
+ ].map((p) => ({
150
+ ...p,
151
+ contractAddress: viem.getAddress(p.contractAddress),
152
+ stakingToken: p.stakingToken.serialize,
153
+ earningToken: p.earningToken.serialize
154
+ }));
155
+ var finishedPools2 = [
139
156
  {
140
157
  sousId: 363,
141
158
  stakingToken: tokens.bscTokens.cake,
@@ -162,14 +179,7 @@ var livePools2 = [
162
179
  poolCategory: "Core" /* CORE */,
163
180
  tokenPerBlock: "0.1118",
164
181
  version: 3
165
- }
166
- ].map((p) => ({
167
- ...p,
168
- contractAddress: viem.getAddress(p.contractAddress),
169
- stakingToken: p.stakingToken.serialize,
170
- earningToken: p.earningToken.serialize
171
- }));
172
- var finishedPools2 = [
182
+ },
173
183
  {
174
184
  sousId: 359,
175
185
  stakingToken: tokens.bscTokens.cake,