@m0-foundation/ntt-sdk-route 0.0.19 → 0.0.20
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1174,7 +1174,7 @@ var _M0AutomaticRoute = class _M0AutomaticRoute extends sdkConnect.routes.Automa
|
|
|
1174
1174
|
_M0AutomaticRoute.NATIVE_GAS_DROPOFF_SUPPORTED = false;
|
|
1175
1175
|
// Wrapped M token address is the same on EVM chains
|
|
1176
1176
|
_M0AutomaticRoute.EVM_WRAPPED_M_TOKEN = "0x437cc33344a0B27A429f795ff6B469C72698B291";
|
|
1177
|
-
_M0AutomaticRoute.EXECUTOR_ENTRYPOINT = "
|
|
1177
|
+
_M0AutomaticRoute.EXECUTOR_ENTRYPOINT = "0x22f04a6cd935bfa3b4d000a4e3d4079adb148198";
|
|
1178
1178
|
// Contract addresses are the same on all EVM chains
|
|
1179
1179
|
_M0AutomaticRoute.EVM_CONTRACTS = {
|
|
1180
1180
|
// M token address is the same on EVM chains
|
package/dist/index.mjs
CHANGED
|
@@ -1166,7 +1166,7 @@ var _M0AutomaticRoute = class _M0AutomaticRoute extends routes.AutomaticRoute {
|
|
|
1166
1166
|
_M0AutomaticRoute.NATIVE_GAS_DROPOFF_SUPPORTED = false;
|
|
1167
1167
|
// Wrapped M token address is the same on EVM chains
|
|
1168
1168
|
_M0AutomaticRoute.EVM_WRAPPED_M_TOKEN = "0x437cc33344a0B27A429f795ff6B469C72698B291";
|
|
1169
|
-
_M0AutomaticRoute.EXECUTOR_ENTRYPOINT = "
|
|
1169
|
+
_M0AutomaticRoute.EXECUTOR_ENTRYPOINT = "0x22f04a6cd935bfa3b4d000a4e3d4079adb148198";
|
|
1170
1170
|
// Contract addresses are the same on all EVM chains
|
|
1171
1171
|
_M0AutomaticRoute.EVM_CONTRACTS = {
|
|
1172
1172
|
// M token address is the same on EVM chains
|