@m0-foundation/ntt-sdk-route 0.0.29 → 0.0.30

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 CHANGED
@@ -56,7 +56,13 @@ function getExecutorConfig(network = "Mainnet") {
56
56
  perTokenOverrides: {
57
57
  Solana: {
58
58
  ["mzerojk9tg56ebsrEAhfkyc9VgKjTW2zDqp6C5mhjzH"]: {
59
- msgValue: 15000000n
59
+ msgValue: 4500000n,
60
+ gasLimit: 450000n
61
+ }
62
+ },
63
+ Ethereum: {
64
+ ["0x866A2BF4E572CbcF37D5071A7a58503Bfb36be1b"]: {
65
+ gasLimit: 600000n
60
66
  }
61
67
  }
62
68
  }
package/dist/index.mjs CHANGED
@@ -50,7 +50,13 @@ function getExecutorConfig(network = "Mainnet") {
50
50
  perTokenOverrides: {
51
51
  Solana: {
52
52
  ["mzerojk9tg56ebsrEAhfkyc9VgKjTW2zDqp6C5mhjzH"]: {
53
- msgValue: 15000000n
53
+ msgValue: 4500000n,
54
+ gasLimit: 450000n
55
+ }
56
+ },
57
+ Ethereum: {
58
+ ["0x866A2BF4E572CbcF37D5071A7a58503Bfb36be1b"]: {
59
+ gasLimit: 600000n
54
60
  }
55
61
  }
56
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m0-foundation/ntt-sdk-route",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",