@dzapio/sdk 2.0.21 → 2.0.22

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
@@ -554,7 +554,7 @@ var artheraNativeToken = "0x000000000000000000000000000000000000aA09";
554
554
  var suiNativeToken = "0x2::sui::SUI";
555
555
  var aptosNativeToken = "0x1::aptos_coin::AptosCoin";
556
556
  var stableChainNativeToken = "0x0000000000000000000000000000000000001000";
557
- var tempoNativeToken = "0x20c0000000000000000000000000000000000000";
557
+ var tempoNativeToken = "0x20C0000000000000000000000000000000000000";
558
558
  var nativeTokens = [
559
559
  "0x0000000000000000000000000000000000001010",
560
560
  eFormatNativeTokenLowerCase,
package/dist/index.mjs CHANGED
@@ -529,7 +529,7 @@ var artheraNativeToken = "0x000000000000000000000000000000000000aA09";
529
529
  var suiNativeToken = "0x2::sui::SUI";
530
530
  var aptosNativeToken = "0x1::aptos_coin::AptosCoin";
531
531
  var stableChainNativeToken = "0x0000000000000000000000000000000000001000";
532
- var tempoNativeToken = "0x20c0000000000000000000000000000000000000";
532
+ var tempoNativeToken = "0x20C0000000000000000000000000000000000000";
533
533
  var nativeTokens = [
534
534
  "0x0000000000000000000000000000000000001010",
535
535
  eFormatNativeTokenLowerCase,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzapio/sdk",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
4
4
  "description": "A TypeScript/JavaScript SDK for interacting with the DZap protocol, providing utilities for DeFi operations including Swaps, Bridges, and Zaps.",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.ts",