@gfxlabs/oku-chains 1.1.152 → 1.1.153

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
@@ -32,7 +32,6 @@
32
32
  openocean: "arbitrum",
33
33
  zeroex: true,
34
34
  cowswap: "arbitrum_one",
35
- icecreamswap: true,
36
35
  },
37
36
  bridges: {
38
37
  chainlink: {
package/dist/index-mjs.js CHANGED
@@ -28,7 +28,6 @@ const arbitrum = makeConfig({
28
28
  openocean: "arbitrum",
29
29
  zeroex: true,
30
30
  cowswap: "arbitrum_one",
31
- icecreamswap: true,
32
31
  },
33
32
  bridges: {
34
33
  chainlink: {
package/dist/index.js CHANGED
@@ -30,7 +30,6 @@ const arbitrum = makeConfig({
30
30
  openocean: "arbitrum",
31
31
  zeroex: true,
32
32
  cowswap: "arbitrum_one",
33
- icecreamswap: true,
34
33
  },
35
34
  bridges: {
36
35
  chainlink: {
@@ -22,7 +22,6 @@ declare const arbitrum: Readonly<{
22
22
  openocean: string;
23
23
  zeroex: true;
24
24
  cowswap: string;
25
- icecreamswap: true;
26
25
  };
27
26
  bridges: {
28
27
  chainlink: {
@@ -6535,7 +6534,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6535
6534
  openocean: string;
6536
6535
  zeroex: true;
6537
6536
  cowswap: string;
6538
- icecreamswap: true;
6539
6537
  };
6540
6538
  bridges: {
6541
6539
  chainlink: {
@@ -22,7 +22,6 @@ declare const arbitrum: Readonly<{
22
22
  openocean: string;
23
23
  zeroex: true;
24
24
  cowswap: string;
25
- icecreamswap: true;
26
25
  };
27
26
  bridges: {
28
27
  chainlink: {
@@ -6535,7 +6534,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6535
6534
  openocean: string;
6536
6535
  zeroex: true;
6537
6536
  cowswap: string;
6538
- icecreamswap: true;
6539
6537
  };
6540
6538
  bridges: {
6541
6539
  chainlink: {
@@ -22,7 +22,6 @@ declare const arbitrum: Readonly<{
22
22
  openocean: string;
23
23
  zeroex: true;
24
24
  cowswap: string;
25
- icecreamswap: true;
26
25
  };
27
26
  bridges: {
28
27
  chainlink: {
@@ -6535,7 +6534,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6535
6534
  openocean: string;
6536
6535
  zeroex: true;
6537
6536
  cowswap: string;
6538
- icecreamswap: true;
6539
6537
  };
6540
6538
  bridges: {
6541
6539
  chainlink: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.152",
3
+ "version": "1.1.153",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",