@defuse-protocol/intents-sdk 0.68.1 → 0.69.1

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.
@@ -5,7 +5,7 @@ const OMNI_BRIDGE_CONTRACT = "omni.bridge.near";
5
5
  const MIN_STORAGE_BALANCE_FOR_INTENTS_NEAR = 500000000000000000000000n;
6
6
  const MIN_GAS_AMOUNT = "37400000000000";
7
7
  const INTENTS_STORAGE_BALANCE_CACHE_KEY = "INTENTS_STORAGE_BALANCE";
8
- const FEE_SUBSIDIZED_TOKENS = ["nep141:lsd-usdt.rhealab.near"];
8
+ const FEE_SUBSIDIZED_TOKENS = ["nep141:lsd-usdt.rhealab.near", "nep141:sol-0xa69aa1bcb03a369e338156a8718ad60271145803.omdep.near"];
9
9
 
10
10
  //#endregion
11
11
  exports.FEE_SUBSIDIZED_TOKENS = FEE_SUBSIDIZED_TOKENS;
@@ -4,7 +4,7 @@ const OMNI_BRIDGE_CONTRACT = "omni.bridge.near";
4
4
  const MIN_STORAGE_BALANCE_FOR_INTENTS_NEAR = 500000000000000000000000n;
5
5
  const MIN_GAS_AMOUNT = "37400000000000";
6
6
  const INTENTS_STORAGE_BALANCE_CACHE_KEY = "INTENTS_STORAGE_BALANCE";
7
- const FEE_SUBSIDIZED_TOKENS = ["nep141:lsd-usdt.rhealab.near"];
7
+ const FEE_SUBSIDIZED_TOKENS = ["nep141:lsd-usdt.rhealab.near", "nep141:sol-0xa69aa1bcb03a369e338156a8718ad60271145803.omdep.near"];
8
8
 
9
9
  //#endregion
10
10
  export { FEE_SUBSIDIZED_TOKENS, INTENTS_STORAGE_BALANCE_CACHE_KEY, MIN_GAS_AMOUNT, MIN_STORAGE_BALANCE_FOR_INTENTS_NEAR, NEAR_NATIVE_ASSET_ID, OMNI_BRIDGE_CONTRACT };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defuse-protocol/intents-sdk",
3
- "version": "0.68.1",
3
+ "version": "0.69.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "repository": {
@@ -49,8 +49,8 @@
49
49
  "ripple-address-codec": "^5.0.0",
50
50
  "valibot": "^1.0.0",
51
51
  "viem": "^2.0.0",
52
- "@defuse-protocol/contract-types": "0.6.4",
53
- "@defuse-protocol/internal-utils": "0.35.0"
52
+ "@defuse-protocol/internal-utils": "0.35.1",
53
+ "@defuse-protocol/contract-types": "0.6.4"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@ton/core": "^0.60.0",