damm-sdk 1.4.13 → 1.4.15

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":"addresses.d.ts","sourceRoot":"","sources":["../../src/lib/addresses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,OAAO,EAAE,MAAM,MAAM,CAAC;AAwBhD,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,OAAO,CAuBvE;AA0BD,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,CAgB9E"}
1
+ {"version":3,"file":"addresses.d.ts","sourceRoot":"","sources":["../../src/lib/addresses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,OAAO,EAAE,MAAM,MAAM,CAAC;AAyBhD,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,OAAO,CAuBvE;AA0BD,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,CAgB9E"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "./dist/index.cjs",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
7
- "version": "1.4.13",
7
+ "version": "1.4.15",
8
8
  "files": [
9
9
  "dist",
10
10
  "src",
@@ -19,6 +19,7 @@ const chainIdToName: Record<number, string> = {
19
19
  43114: "avalanche",
20
20
  100: "gnosis",
21
21
  143: "monad",
22
+ 4326: "megaeth",
22
23
  // Add more chain IDs as needed
23
24
  };
24
25
 
@@ -963,5 +963,21 @@
963
963
  "iporFusion": {
964
964
  "vault": "0x0A71624ab3E8101f78D95DFc81E0F1f31128Ed7A"
965
965
  }
966
+ },
967
+ "megaeth": {
968
+ "zodiac": {
969
+ "rolesModule": "0x9646fDAD06d3e24444381f44362a3B0eB343D337",
970
+ "moduleProxyFactory": "0x000000000000aDdB49795b0f9bA5BC298cDda236",
971
+ "delayModule": "0x01F8cabB808D7dE0dF4202D4B60C8310d2f1339b",
972
+ "multisendUnwrapper": "0xB4Cd4bb764C089f20DA18700CE8bc5e49F369efD"
973
+ },
974
+ "gnosisSafe": {
975
+ "v1_4_1": {
976
+ "safeL1Singleton": "0x41675C099F32341bf84BFc5382aF534df5C7461a",
977
+ "multisend": "0x38869bf66a61cF6bDB996A6aE40D5853Fd43B526",
978
+ "safeL2Singleton": "0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
979
+ "proxyFactory": "0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67"
980
+ }
981
+ }
966
982
  }
967
983
  }