defi-kit 1.14.3 → 1.14.4
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/arb1.js +1 -1
- package/dist/arb1.js.map +1 -1
- package/dist/arb1.mjs +1 -1
- package/dist/{chunk-QIPIC5XZ.mjs → chunk-YOPXZUTK.mjs} +2 -2
- package/dist/{chunk-QIPIC5XZ.mjs.map → chunk-YOPXZUTK.mjs.map} +1 -1
- package/dist/eth.js +1 -1
- package/dist/eth.js.map +1 -1
- package/dist/eth.mjs +1 -1
- package/dist/gno.js +1 -1
- package/dist/gno.js.map +1 -1
- package/dist/gno.mjs +1 -1
- package/package.json +1 -1
package/dist/arb1.js
CHANGED
|
@@ -18809,7 +18809,7 @@ var gno2 = {
|
|
|
18809
18809
|
);
|
|
18810
18810
|
},
|
|
18811
18811
|
stake: async (options) => options.targets.flatMap(
|
|
18812
|
-
(target) => stake2("gno" /* gno */, findPool(
|
|
18812
|
+
(target) => stake2("gno" /* gno */, findPool(gnoPools_default2, target))
|
|
18813
18813
|
)
|
|
18814
18814
|
};
|
|
18815
18815
|
|