@gfxlabs/oku-chains 1.2.1 → 1.3.0

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
@@ -3758,6 +3758,7 @@
3758
3758
  markets: {
3759
3759
  zeroex: true,
3760
3760
  kyberswap: "plasma",
3761
+ openocean: "plasma",
3761
3762
  },
3762
3763
  bridges: {
3763
3764
  chainlink: {
package/dist/index-mjs.js CHANGED
@@ -3755,6 +3755,7 @@ const plasma = makeConfig({
3755
3755
  markets: {
3756
3756
  zeroex: true,
3757
3757
  kyberswap: "plasma",
3758
+ openocean: "plasma",
3758
3759
  },
3759
3760
  bridges: {
3760
3761
  chainlink: {
package/dist/index.js CHANGED
@@ -3757,6 +3757,7 @@ const plasma = makeConfig({
3757
3757
  markets: {
3758
3758
  zeroex: true,
3759
3759
  kyberswap: "plasma",
3760
+ openocean: "plasma",
3760
3761
  },
3761
3762
  bridges: {
3762
3763
  chainlink: {
@@ -6095,6 +6095,7 @@ declare const plasma: Readonly<{
6095
6095
  markets: {
6096
6096
  zeroex: true;
6097
6097
  kyberswap: string;
6098
+ openocean: string;
6098
6099
  };
6099
6100
  bridges: {
6100
6101
  chainlink: {
@@ -18467,6 +18468,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18467
18468
  markets: {
18468
18469
  zeroex: true;
18469
18470
  kyberswap: string;
18471
+ openocean: string;
18470
18472
  };
18471
18473
  bridges: {
18472
18474
  chainlink: {
@@ -6095,6 +6095,7 @@ declare const plasma: Readonly<{
6095
6095
  markets: {
6096
6096
  zeroex: true;
6097
6097
  kyberswap: string;
6098
+ openocean: string;
6098
6099
  };
6099
6100
  bridges: {
6100
6101
  chainlink: {
@@ -18467,6 +18468,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18467
18468
  markets: {
18468
18469
  zeroex: true;
18469
18470
  kyberswap: string;
18471
+ openocean: string;
18470
18472
  };
18471
18473
  bridges: {
18472
18474
  chainlink: {
@@ -6095,6 +6095,7 @@ declare const plasma: Readonly<{
6095
6095
  markets: {
6096
6096
  zeroex: true;
6097
6097
  kyberswap: string;
6098
+ openocean: string;
6098
6099
  };
6099
6100
  bridges: {
6100
6101
  chainlink: {
@@ -18467,6 +18468,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18467
18468
  markets: {
18468
18469
  zeroex: true;
18469
18470
  kyberswap: string;
18471
+ openocean: string;
18470
18472
  };
18471
18473
  bridges: {
18472
18474
  chainlink: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.2.1",
3
+ "version": "1.3.0",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",