damm-sdk 1.1.31-alpha.32 → 1.1.31-alpha.33
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 +2 -2
- package/dist/index.cjs.map +3 -3
- package/dist/index.js +9392 -8254
- package/dist/index.js.map +61 -46
- package/package.json +1 -1
- package/src/lib/addresses.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -54086,7 +54086,7 @@ function getAddressNameOrThrow(chainId, address) {
|
|
|
54086
54086
|
if (path === null) {
|
|
54087
54087
|
throw new Error(`DAMM-sdk: Address "${address}" not found for chainId ${chainId} (${chainName})`);
|
|
54088
54088
|
}
|
|
54089
|
-
return path.
|
|
54089
|
+
return path[path.length - 1];
|
|
54090
54090
|
}
|
|
54091
54091
|
|
|
54092
54092
|
// src/integrations/gnosis/gnosis.multisend.ts
|
|
@@ -86452,4 +86452,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
86452
86452
|
};
|
|
86453
86453
|
};
|
|
86454
86454
|
|
|
86455
|
-
//# debugId=
|
|
86455
|
+
//# debugId=79AFB6B8DFAD54C364756E2164756E21
|