damm-sdk 1.1.18-alpha → 1.1.18-alpha-1
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/index.cjs +4 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +4 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +3 -0
package/dist/index.cjs
CHANGED
|
@@ -61085,6 +61085,9 @@ var contractsRegistry_default = {
|
|
|
61085
61085
|
poolManager: "0x000000000004444c5dc75cB358380D2e3dE08A90",
|
|
61086
61086
|
stateView: "0x7fFE42C4a5DEeA5b0feC41C94C136Cf115597227"
|
|
61087
61087
|
},
|
|
61088
|
+
lagoonV1: {
|
|
61089
|
+
factory: "0x09C8803f7Dc251f9FaAE5f56E3B91f8A6d0b70ee"
|
|
61090
|
+
},
|
|
61088
61091
|
gnosisSafe: {
|
|
61089
61092
|
v1_4_1: {
|
|
61090
61093
|
safeL1Singleton: "0x41675C099F32341bf84BFc5382aF534df5C7461a",
|
|
@@ -84997,4 +85000,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
84997
85000
|
};
|
|
84998
85001
|
};
|
|
84999
85002
|
|
|
85000
|
-
//# debugId=
|
|
85003
|
+
//# debugId=0F683C2DD28A4CA764756E2164756E21
|