@gfxlabs/oku-chains 1.1.271 → 1.1.272
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/browser.js +3 -1
- package/dist/index-mjs.js +3 -1
- package/dist/index.js +3 -1
- package/dist/types/browser.d.ts +6 -2
- package/dist/types/index-mjs.d.ts +6 -2
- package/dist/types/index.d.ts +6 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
package/dist/index-mjs.js
CHANGED
package/dist/index.js
CHANGED
package/dist/types/browser.d.ts
CHANGED
|
@@ -3375,7 +3375,9 @@ declare const hemi: Readonly<{
|
|
|
3375
3375
|
safeReorgDistance: 90000;
|
|
3376
3376
|
blockAid: "";
|
|
3377
3377
|
externalId: {};
|
|
3378
|
-
markets: {
|
|
3378
|
+
markets: {
|
|
3379
|
+
icecreamswap: true;
|
|
3380
|
+
};
|
|
3379
3381
|
bridges: {
|
|
3380
3382
|
stargate: {
|
|
3381
3383
|
endpointID: number;
|
|
@@ -15596,7 +15598,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15596
15598
|
safeReorgDistance: 90000;
|
|
15597
15599
|
blockAid: "";
|
|
15598
15600
|
externalId: {};
|
|
15599
|
-
markets: {
|
|
15601
|
+
markets: {
|
|
15602
|
+
icecreamswap: true;
|
|
15603
|
+
};
|
|
15600
15604
|
bridges: {
|
|
15601
15605
|
stargate: {
|
|
15602
15606
|
endpointID: number;
|
|
@@ -3375,7 +3375,9 @@ declare const hemi: Readonly<{
|
|
|
3375
3375
|
safeReorgDistance: 90000;
|
|
3376
3376
|
blockAid: "";
|
|
3377
3377
|
externalId: {};
|
|
3378
|
-
markets: {
|
|
3378
|
+
markets: {
|
|
3379
|
+
icecreamswap: true;
|
|
3380
|
+
};
|
|
3379
3381
|
bridges: {
|
|
3380
3382
|
stargate: {
|
|
3381
3383
|
endpointID: number;
|
|
@@ -15596,7 +15598,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15596
15598
|
safeReorgDistance: 90000;
|
|
15597
15599
|
blockAid: "";
|
|
15598
15600
|
externalId: {};
|
|
15599
|
-
markets: {
|
|
15601
|
+
markets: {
|
|
15602
|
+
icecreamswap: true;
|
|
15603
|
+
};
|
|
15600
15604
|
bridges: {
|
|
15601
15605
|
stargate: {
|
|
15602
15606
|
endpointID: number;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3375,7 +3375,9 @@ declare const hemi: Readonly<{
|
|
|
3375
3375
|
safeReorgDistance: 90000;
|
|
3376
3376
|
blockAid: "";
|
|
3377
3377
|
externalId: {};
|
|
3378
|
-
markets: {
|
|
3378
|
+
markets: {
|
|
3379
|
+
icecreamswap: true;
|
|
3380
|
+
};
|
|
3379
3381
|
bridges: {
|
|
3380
3382
|
stargate: {
|
|
3381
3383
|
endpointID: number;
|
|
@@ -15596,7 +15598,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15596
15598
|
safeReorgDistance: 90000;
|
|
15597
15599
|
blockAid: "";
|
|
15598
15600
|
externalId: {};
|
|
15599
|
-
markets: {
|
|
15601
|
+
markets: {
|
|
15602
|
+
icecreamswap: true;
|
|
15603
|
+
};
|
|
15600
15604
|
bridges: {
|
|
15601
15605
|
stargate: {
|
|
15602
15606
|
endpointID: number;
|