@gfxlabs/oku-chains 1.1.102 → 1.1.103

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 CHANGED
@@ -441,6 +441,7 @@
441
441
  markets: {
442
442
  kyberswap: "blast",
443
443
  openocean: "blast",
444
+ zeroex: true
444
445
  },
445
446
  bridges: {
446
447
  rhinofi: "BLAST",
@@ -1109,6 +1110,7 @@
1109
1110
  markets: {
1110
1111
  kyberswap: "linea",
1111
1112
  openocean: "linea",
1113
+ zeroex: true,
1112
1114
  },
1113
1115
  bridges: {
1114
1116
  rhinofi: "LINEA",
@@ -2537,7 +2539,8 @@
2537
2539
  },
2538
2540
  markets: {
2539
2541
  kyberswap: "scroll",
2540
- openocean: "scroll"
2542
+ openocean: "scroll",
2543
+ zeroex: true
2541
2544
  },
2542
2545
  bridges: {
2543
2546
  rhinofi: "SCROLL",
package/dist/index-mjs.js CHANGED
@@ -438,6 +438,7 @@ const blast = makeConfig({
438
438
  markets: {
439
439
  kyberswap: "blast",
440
440
  openocean: "blast",
441
+ zeroex: true
441
442
  },
442
443
  bridges: {
443
444
  rhinofi: "BLAST",
@@ -1106,6 +1107,7 @@ const linea = makeConfig({
1106
1107
  markets: {
1107
1108
  kyberswap: "linea",
1108
1109
  openocean: "linea",
1110
+ zeroex: true,
1109
1111
  },
1110
1112
  bridges: {
1111
1113
  rhinofi: "LINEA",
@@ -2534,7 +2536,8 @@ const scroll = makeConfig({
2534
2536
  },
2535
2537
  markets: {
2536
2538
  kyberswap: "scroll",
2537
- openocean: "scroll"
2539
+ openocean: "scroll",
2540
+ zeroex: true
2538
2541
  },
2539
2542
  bridges: {
2540
2543
  rhinofi: "SCROLL",
package/dist/index.js CHANGED
@@ -440,6 +440,7 @@ const blast = makeConfig({
440
440
  markets: {
441
441
  kyberswap: "blast",
442
442
  openocean: "blast",
443
+ zeroex: true
443
444
  },
444
445
  bridges: {
445
446
  rhinofi: "BLAST",
@@ -1108,6 +1109,7 @@ const linea = makeConfig({
1108
1109
  markets: {
1109
1110
  kyberswap: "linea",
1110
1111
  openocean: "linea",
1112
+ zeroex: true,
1111
1113
  },
1112
1114
  bridges: {
1113
1115
  rhinofi: "LINEA",
@@ -2536,7 +2538,8 @@ const scroll = makeConfig({
2536
2538
  },
2537
2539
  markets: {
2538
2540
  kyberswap: "scroll",
2539
- openocean: "scroll"
2541
+ openocean: "scroll",
2542
+ zeroex: true
2540
2543
  },
2541
2544
  bridges: {
2542
2545
  rhinofi: "SCROLL",
@@ -586,6 +586,7 @@ declare const blast: Readonly<{
586
586
  markets: {
587
587
  kyberswap: string;
588
588
  openocean: string;
589
+ zeroex: true;
589
590
  };
590
591
  bridges: {
591
592
  rhinofi: string;
@@ -1568,6 +1569,7 @@ declare const linea: Readonly<{
1568
1569
  markets: {
1569
1570
  kyberswap: string;
1570
1571
  openocean: string;
1572
+ zeroex: true;
1571
1573
  };
1572
1574
  bridges: {
1573
1575
  rhinofi: string;
@@ -3253,6 +3255,7 @@ declare const scroll: Readonly<{
3253
3255
  markets: {
3254
3256
  kyberswap: string;
3255
3257
  openocean: string;
3258
+ zeroex: true;
3256
3259
  };
3257
3260
  bridges: {
3258
3261
  rhinofi: string;
@@ -5268,6 +5271,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5268
5271
  markets: {
5269
5272
  kyberswap: string;
5270
5273
  openocean: string;
5274
+ zeroex: true;
5271
5275
  };
5272
5276
  bridges: {
5273
5277
  rhinofi: string;
@@ -6611,6 +6615,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6611
6615
  markets: {
6612
6616
  kyberswap: string;
6613
6617
  openocean: string;
6618
+ zeroex: true;
6614
6619
  };
6615
6620
  bridges: {
6616
6621
  rhinofi: string;
@@ -7462,6 +7467,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7462
7467
  markets: {
7463
7468
  kyberswap: string;
7464
7469
  openocean: string;
7470
+ zeroex: true;
7465
7471
  };
7466
7472
  bridges: {
7467
7473
  rhinofi: string;
@@ -586,6 +586,7 @@ declare const blast: Readonly<{
586
586
  markets: {
587
587
  kyberswap: string;
588
588
  openocean: string;
589
+ zeroex: true;
589
590
  };
590
591
  bridges: {
591
592
  rhinofi: string;
@@ -1568,6 +1569,7 @@ declare const linea: Readonly<{
1568
1569
  markets: {
1569
1570
  kyberswap: string;
1570
1571
  openocean: string;
1572
+ zeroex: true;
1571
1573
  };
1572
1574
  bridges: {
1573
1575
  rhinofi: string;
@@ -3253,6 +3255,7 @@ declare const scroll: Readonly<{
3253
3255
  markets: {
3254
3256
  kyberswap: string;
3255
3257
  openocean: string;
3258
+ zeroex: true;
3256
3259
  };
3257
3260
  bridges: {
3258
3261
  rhinofi: string;
@@ -5268,6 +5271,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5268
5271
  markets: {
5269
5272
  kyberswap: string;
5270
5273
  openocean: string;
5274
+ zeroex: true;
5271
5275
  };
5272
5276
  bridges: {
5273
5277
  rhinofi: string;
@@ -6611,6 +6615,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6611
6615
  markets: {
6612
6616
  kyberswap: string;
6613
6617
  openocean: string;
6618
+ zeroex: true;
6614
6619
  };
6615
6620
  bridges: {
6616
6621
  rhinofi: string;
@@ -7462,6 +7467,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7462
7467
  markets: {
7463
7468
  kyberswap: string;
7464
7469
  openocean: string;
7470
+ zeroex: true;
7465
7471
  };
7466
7472
  bridges: {
7467
7473
  rhinofi: string;
@@ -586,6 +586,7 @@ declare const blast: Readonly<{
586
586
  markets: {
587
587
  kyberswap: string;
588
588
  openocean: string;
589
+ zeroex: true;
589
590
  };
590
591
  bridges: {
591
592
  rhinofi: string;
@@ -1568,6 +1569,7 @@ declare const linea: Readonly<{
1568
1569
  markets: {
1569
1570
  kyberswap: string;
1570
1571
  openocean: string;
1572
+ zeroex: true;
1571
1573
  };
1572
1574
  bridges: {
1573
1575
  rhinofi: string;
@@ -3253,6 +3255,7 @@ declare const scroll: Readonly<{
3253
3255
  markets: {
3254
3256
  kyberswap: string;
3255
3257
  openocean: string;
3258
+ zeroex: true;
3256
3259
  };
3257
3260
  bridges: {
3258
3261
  rhinofi: string;
@@ -5268,6 +5271,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5268
5271
  markets: {
5269
5272
  kyberswap: string;
5270
5273
  openocean: string;
5274
+ zeroex: true;
5271
5275
  };
5272
5276
  bridges: {
5273
5277
  rhinofi: string;
@@ -6611,6 +6615,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6611
6615
  markets: {
6612
6616
  kyberswap: string;
6613
6617
  openocean: string;
6618
+ zeroex: true;
6614
6619
  };
6615
6620
  bridges: {
6616
6621
  rhinofi: string;
@@ -7462,6 +7467,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7462
7467
  markets: {
7463
7468
  kyberswap: string;
7464
7469
  openocean: string;
7470
+ zeroex: true;
7465
7471
  };
7466
7472
  bridges: {
7467
7473
  rhinofi: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.102",
3
+ "version": "1.1.103",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",