@dzapio/sdk 2.0.27 → 2.0.28

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
@@ -12845,6 +12845,7 @@ var exclusiveChainIds = {
12845
12845
  lens: 232,
12846
12846
  citreaTestnet: 5115,
12847
12847
  hyperLiquid: 998,
12848
+ citrea: 4114,
12848
12849
  pushTestnet: 42101,
12849
12850
  astralisTestnet: 71261
12850
12851
  };
@@ -12855,6 +12856,7 @@ var exclusivePermit2Addresses = {
12855
12856
  [exclusiveChainIds.arthera]: "0x5Aeec43fF96b9B6c5a1dC1DAdA662ACE3c236C49",
12856
12857
  [exclusiveChainIds.bounceBit]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
12857
12858
  [exclusiveChainIds.citreaTestnet]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
12859
+ [exclusiveChainIds.citrea]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
12858
12860
  [exclusiveChainIds.biFrost]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
12859
12861
  [exclusiveChainIds.flare]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
12860
12862
  [exclusiveChainIds.iotaEvm]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
package/dist/index.mjs CHANGED
@@ -12820,6 +12820,7 @@ var exclusiveChainIds = {
12820
12820
  lens: 232,
12821
12821
  citreaTestnet: 5115,
12822
12822
  hyperLiquid: 998,
12823
+ citrea: 4114,
12823
12824
  pushTestnet: 42101,
12824
12825
  astralisTestnet: 71261
12825
12826
  };
@@ -12830,6 +12831,7 @@ var exclusivePermit2Addresses = {
12830
12831
  [exclusiveChainIds.arthera]: "0x5Aeec43fF96b9B6c5a1dC1DAdA662ACE3c236C49",
12831
12832
  [exclusiveChainIds.bounceBit]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
12832
12833
  [exclusiveChainIds.citreaTestnet]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
12834
+ [exclusiveChainIds.citrea]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
12833
12835
  [exclusiveChainIds.biFrost]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
12834
12836
  [exclusiveChainIds.flare]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
12835
12837
  [exclusiveChainIds.iotaEvm]: "0x08208a5f56696E7AA3eAF7a307fa63B37bd8e8A5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzapio/sdk",
3
- "version": "2.0.27",
3
+ "version": "2.0.28",
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",