@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 +1 -0
- package/dist/index-mjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/browser.d.ts +2 -0
- package/dist/types/index-mjs.d.ts +2 -0
- package/dist/types/index.d.ts +2 -0
- 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
|
@@ -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/dist/types/index.d.ts
CHANGED
|
@@ -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: {
|