@gfxlabs/oku-chains 1.1.301 → 1.1.302
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
|
@@ -6074,6 +6074,7 @@ declare const plasma: Readonly<{
|
|
|
6074
6074
|
externalId: {};
|
|
6075
6075
|
markets: {
|
|
6076
6076
|
zeroex: true;
|
|
6077
|
+
kyberswap: string;
|
|
6077
6078
|
};
|
|
6078
6079
|
bridges: {};
|
|
6079
6080
|
oracles: {};
|
|
@@ -18387,6 +18388,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18387
18388
|
externalId: {};
|
|
18388
18389
|
markets: {
|
|
18389
18390
|
zeroex: true;
|
|
18391
|
+
kyberswap: string;
|
|
18390
18392
|
};
|
|
18391
18393
|
bridges: {};
|
|
18392
18394
|
oracles: {};
|
|
@@ -6074,6 +6074,7 @@ declare const plasma: Readonly<{
|
|
|
6074
6074
|
externalId: {};
|
|
6075
6075
|
markets: {
|
|
6076
6076
|
zeroex: true;
|
|
6077
|
+
kyberswap: string;
|
|
6077
6078
|
};
|
|
6078
6079
|
bridges: {};
|
|
6079
6080
|
oracles: {};
|
|
@@ -18387,6 +18388,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18387
18388
|
externalId: {};
|
|
18388
18389
|
markets: {
|
|
18389
18390
|
zeroex: true;
|
|
18391
|
+
kyberswap: string;
|
|
18390
18392
|
};
|
|
18391
18393
|
bridges: {};
|
|
18392
18394
|
oracles: {};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -6074,6 +6074,7 @@ declare const plasma: Readonly<{
|
|
|
6074
6074
|
externalId: {};
|
|
6075
6075
|
markets: {
|
|
6076
6076
|
zeroex: true;
|
|
6077
|
+
kyberswap: string;
|
|
6077
6078
|
};
|
|
6078
6079
|
bridges: {};
|
|
6079
6080
|
oracles: {};
|
|
@@ -18387,6 +18388,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18387
18388
|
externalId: {};
|
|
18388
18389
|
markets: {
|
|
18389
18390
|
zeroex: true;
|
|
18391
|
+
kyberswap: string;
|
|
18390
18392
|
};
|
|
18391
18393
|
bridges: {};
|
|
18392
18394
|
oracles: {};
|