@m0-foundation/ntt-sdk-route 0.0.28 → 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/LICENSE ADDED
@@ -0,0 +1,98 @@
1
+ Business Source License 1.1
2
+
3
+ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
4
+ "Business Source License" is a trademark of MariaDB Corporation Ab.
5
+
6
+ ---
7
+
8
+ Parameters
9
+
10
+ Licensor: M0 Foundation
11
+
12
+ Licensed Work: M0 NTT SDK Route
13
+ The Licensed Work is (c) 2026 M0 Foundation
14
+
15
+ Additional Use Grant: None, contact licensing@m0.org for details
16
+
17
+ Change Date: 2035-07-31
18
+
19
+ Change License: GNU General Public License v2.0 or later
20
+
21
+ ---
22
+
23
+ Terms
24
+
25
+ The Licensor hereby grants you the right to copy, modify, create derivative
26
+ works, redistribute, and make non-production use of the Licensed Work. The
27
+ Licensor may make an Additional Use Grant, above, permitting limited
28
+ production use.
29
+
30
+ Effective on the Change Date, or the fourth anniversary of the first publicly
31
+ available distribution of a specific version of the Licensed Work under this
32
+ License, whichever comes first, the Licensor hereby grants you rights under
33
+ the terms of the Change License, and the rights granted in the paragraph
34
+ above terminate.
35
+
36
+ If your use of the Licensed Work does not comply with the requirements
37
+ currently in effect as described in this License, you must purchase a
38
+ commercial license from the Licensor, its affiliated entities, or authorized
39
+ resellers, or you must refrain from using the Licensed Work.
40
+
41
+ All copies of the original and modified Licensed Work, and derivative works
42
+ of the Licensed Work, are subject to this License. This License applies
43
+ separately for each version of the Licensed Work and the Change Date may vary
44
+ for each version of the Licensed Work released by Licensor.
45
+
46
+ You must conspicuously display this License on each original or modified copy
47
+ of the Licensed Work. If you receive the Licensed Work in original or
48
+ modified form from a third party, the terms and conditions set forth in this
49
+ License apply to your use of that work.
50
+
51
+ Any use of the Licensed Work in violation of this License will automatically
52
+ terminate your rights under this License for the current and all other
53
+ versions of the Licensed Work.
54
+
55
+ This License does not grant you any right in any trademark or logo of
56
+ Licensor or its affiliates (provided that you may use a trademark or logo of
57
+ Licensor as expressly required by this License).
58
+
59
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
60
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
61
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
62
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
63
+ TITLE.
64
+
65
+ MariaDB hereby grants you permission to use this License’s text to license
66
+ your works, and to refer to it using the trademark "Business Source License",
67
+ as long as you comply with the Covenants of Licensor below.
68
+
69
+ ---
70
+
71
+ Covenants of Licensor
72
+
73
+ In consideration of the right to use this License’s text and the "Business
74
+ Source License" name and trademark, Licensor covenants to MariaDB, and to all
75
+ other recipients of the licensed work to be provided by Licensor:
76
+
77
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
78
+ or a license that is compatible with GPL Version 2.0 or a later version,
79
+ where "compatible" means that software provided under the Change License can
80
+ be included in a program with software provided under GPL Version 2.0 or a
81
+ later version. Licensor may specify additional Change Licenses without
82
+ limitation.
83
+
84
+ 2. To either: (a) specify an additional grant of rights to use that does not
85
+ impose any additional restriction on the right granted in this License, as
86
+ the Additional Use Grant; or (b) insert the text "None".
87
+
88
+ 3. To specify a Change Date.
89
+
90
+ 4. Not to modify this License in any other way.
91
+
92
+ ---
93
+
94
+ Notice
95
+
96
+ The Business Source License (this document, or the "License") is not an Open
97
+ Source license. However, the Licensed Work will eventually be made available
98
+ under an Open Source License, as stated in this License.
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.28",
3
+ "version": "0.0.30",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "./package.json": "./package.json"
11
11
  },
12
- "license": "Apache-2.0",
12
+ "license": "BUSL-1.1",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git+https://github.com/m0-foundation/ntt-sdk-route.git"