@gfxlabs/oku-chains 1.1.252 → 1.1.253

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
@@ -4617,7 +4617,12 @@
4617
4617
  externalId: {
4618
4618
  tenderly: "true",
4619
4619
  },
4620
- markets: {},
4620
+ markets: {
4621
+ icecreamswap: true,
4622
+ zeroex: true,
4623
+ kyberswap: "unichain",
4624
+ openocean: "uni",
4625
+ },
4621
4626
  bridges: {},
4622
4627
  oracles: {},
4623
4628
  morpho: {},
package/dist/index-mjs.js CHANGED
@@ -4614,7 +4614,12 @@ const unichain = makeConfig({
4614
4614
  externalId: {
4615
4615
  tenderly: "true",
4616
4616
  },
4617
- markets: {},
4617
+ markets: {
4618
+ icecreamswap: true,
4619
+ zeroex: true,
4620
+ kyberswap: "unichain",
4621
+ openocean: "uni",
4622
+ },
4618
4623
  bridges: {},
4619
4624
  oracles: {},
4620
4625
  morpho: {},
package/dist/index.js CHANGED
@@ -4616,7 +4616,12 @@ const unichain = makeConfig({
4616
4616
  externalId: {
4617
4617
  tenderly: "true",
4618
4618
  },
4619
- markets: {},
4619
+ markets: {
4620
+ icecreamswap: true,
4621
+ zeroex: true,
4622
+ kyberswap: "unichain",
4623
+ openocean: "uni",
4624
+ },
4620
4625
  bridges: {},
4621
4626
  oracles: {},
4622
4627
  morpho: {},
@@ -7001,7 +7001,12 @@ declare const unichain: Readonly<{
7001
7001
  externalId: {
7002
7002
  tenderly: string;
7003
7003
  };
7004
- markets: {};
7004
+ markets: {
7005
+ icecreamswap: true;
7006
+ zeroex: true;
7007
+ kyberswap: string;
7008
+ openocean: string;
7009
+ };
7005
7010
  bridges: {};
7006
7011
  oracles: {};
7007
7012
  morpho: {};
@@ -16684,7 +16689,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16684
16689
  externalId: {
16685
16690
  tenderly: string;
16686
16691
  };
16687
- markets: {};
16692
+ markets: {
16693
+ icecreamswap: true;
16694
+ zeroex: true;
16695
+ kyberswap: string;
16696
+ openocean: string;
16697
+ };
16688
16698
  bridges: {};
16689
16699
  oracles: {};
16690
16700
  morpho: {};
@@ -7001,7 +7001,12 @@ declare const unichain: Readonly<{
7001
7001
  externalId: {
7002
7002
  tenderly: string;
7003
7003
  };
7004
- markets: {};
7004
+ markets: {
7005
+ icecreamswap: true;
7006
+ zeroex: true;
7007
+ kyberswap: string;
7008
+ openocean: string;
7009
+ };
7005
7010
  bridges: {};
7006
7011
  oracles: {};
7007
7012
  morpho: {};
@@ -16684,7 +16689,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16684
16689
  externalId: {
16685
16690
  tenderly: string;
16686
16691
  };
16687
- markets: {};
16692
+ markets: {
16693
+ icecreamswap: true;
16694
+ zeroex: true;
16695
+ kyberswap: string;
16696
+ openocean: string;
16697
+ };
16688
16698
  bridges: {};
16689
16699
  oracles: {};
16690
16700
  morpho: {};
@@ -7001,7 +7001,12 @@ declare const unichain: Readonly<{
7001
7001
  externalId: {
7002
7002
  tenderly: string;
7003
7003
  };
7004
- markets: {};
7004
+ markets: {
7005
+ icecreamswap: true;
7006
+ zeroex: true;
7007
+ kyberswap: string;
7008
+ openocean: string;
7009
+ };
7005
7010
  bridges: {};
7006
7011
  oracles: {};
7007
7012
  morpho: {};
@@ -16684,7 +16689,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16684
16689
  externalId: {
16685
16690
  tenderly: string;
16686
16691
  };
16687
- markets: {};
16692
+ markets: {
16693
+ icecreamswap: true;
16694
+ zeroex: true;
16695
+ kyberswap: string;
16696
+ openocean: string;
16697
+ };
16688
16698
  bridges: {};
16689
16699
  oracles: {};
16690
16700
  morpho: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.252",
3
+ "version": "1.1.253",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",