damm-sdk 1.4.22 → 1.4.23
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 +16 -2
- package/dist/index.cjs.map +3 -3
- package/dist/index.js +19511 -27664
- package/dist/index.js.map +60 -129
- package/dist/integrations/ccip/ccip.router.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/integrations/ccip/ccip.router.ts +1 -0
- package/src/lib/contractsRegistry.json +13 -0
package/dist/index.cjs
CHANGED
|
@@ -56167,6 +56167,19 @@ var contractsRegistry_default = {
|
|
|
56167
56167
|
safeL2Singleton: "0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
|
|
56168
56168
|
proxyFactory: "0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67"
|
|
56169
56169
|
}
|
|
56170
|
+
},
|
|
56171
|
+
tokens: {
|
|
56172
|
+
wsteth: "0x601aC63637933D88285A025C685AC4e9a92a98dA",
|
|
56173
|
+
usdt0: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb"
|
|
56174
|
+
},
|
|
56175
|
+
aaveV3: {
|
|
56176
|
+
pool: "0x7e324AbC5De01d112AfC03a584966ff199741C28"
|
|
56177
|
+
},
|
|
56178
|
+
ccip: {
|
|
56179
|
+
router: "0xfa546248C54939AA6C48279CdC1EAf9A1125c411"
|
|
56180
|
+
},
|
|
56181
|
+
OFTAdapters: {
|
|
56182
|
+
"0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb": "0x9151434b16b9763660705744891fa906f660ecc5"
|
|
56170
56183
|
}
|
|
56171
56184
|
}
|
|
56172
56185
|
};
|
|
@@ -87642,7 +87655,8 @@ var CCIP_CHAIN_SELECTORS = Object.freeze({
|
|
|
87642
87655
|
10: "3734403246176062136",
|
|
87643
87656
|
137: "4051577828743386545",
|
|
87644
87657
|
56: "11344663589394136015",
|
|
87645
|
-
143: "8481857512324358265"
|
|
87658
|
+
143: "8481857512324358265",
|
|
87659
|
+
4326: "6093540873831549674"
|
|
87646
87660
|
});
|
|
87647
87661
|
var getCCIPChainSelector = (chainId) => {
|
|
87648
87662
|
const selector = CCIP_CHAIN_SELECTORS[chainId];
|
|
@@ -89965,4 +89979,4 @@ var simulateOrThrow = async (env2) => {
|
|
|
89965
89979
|
};
|
|
89966
89980
|
};
|
|
89967
89981
|
|
|
89968
|
-
//# debugId=
|
|
89982
|
+
//# debugId=4FF81BDCD63A6C1564756E2164756E21
|