@gfxlabs/oku-chains 1.1.300 → 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 +3 -2
- package/dist/index-mjs.js +3 -2
- package/dist/index.js +3 -2
- package/dist/types/browser.d.ts +6 -4
- package/dist/types/index-mjs.d.ts +6 -4
- package/dist/types/index.d.ts +6 -4
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -3731,6 +3731,7 @@
|
|
|
3731
3731
|
externalId: {},
|
|
3732
3732
|
markets: {
|
|
3733
3733
|
zeroex: true,
|
|
3734
|
+
kyberswap: "plasma",
|
|
3734
3735
|
},
|
|
3735
3736
|
bridges: {},
|
|
3736
3737
|
oracles: {},
|
|
@@ -5587,7 +5588,7 @@
|
|
|
5587
5588
|
nativeWrappedName: "0G",
|
|
5588
5589
|
},
|
|
5589
5590
|
},
|
|
5590
|
-
defaultPool:
|
|
5591
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f",
|
|
5591
5592
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5592
5593
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e",
|
|
5593
5594
|
tokenList: [
|
|
@@ -5595,7 +5596,7 @@
|
|
|
5595
5596
|
{ symbol: "w0G", address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c" },
|
|
5596
5597
|
],
|
|
5597
5598
|
stables: ["0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"],
|
|
5598
|
-
watchlist: [],
|
|
5599
|
+
watchlist: ["0x5c1e4669c5208adc0163273d51928890b663237f"],
|
|
5599
5600
|
internalName: "zerog",
|
|
5600
5601
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg",
|
|
5601
5602
|
contracts: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -3728,6 +3728,7 @@ const plasma = makeConfig({
|
|
|
3728
3728
|
externalId: {},
|
|
3729
3729
|
markets: {
|
|
3730
3730
|
zeroex: true,
|
|
3731
|
+
kyberswap: "plasma",
|
|
3731
3732
|
},
|
|
3732
3733
|
bridges: {},
|
|
3733
3734
|
oracles: {},
|
|
@@ -5584,7 +5585,7 @@ const zerog = makeConfig({
|
|
|
5584
5585
|
nativeWrappedName: "0G",
|
|
5585
5586
|
},
|
|
5586
5587
|
},
|
|
5587
|
-
defaultPool:
|
|
5588
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f",
|
|
5588
5589
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5589
5590
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e",
|
|
5590
5591
|
tokenList: [
|
|
@@ -5592,7 +5593,7 @@ const zerog = makeConfig({
|
|
|
5592
5593
|
{ symbol: "w0G", address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c" },
|
|
5593
5594
|
],
|
|
5594
5595
|
stables: ["0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"],
|
|
5595
|
-
watchlist: [],
|
|
5596
|
+
watchlist: ["0x5c1e4669c5208adc0163273d51928890b663237f"],
|
|
5596
5597
|
internalName: "zerog",
|
|
5597
5598
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg",
|
|
5598
5599
|
contracts: {
|
package/dist/index.js
CHANGED
|
@@ -3730,6 +3730,7 @@ const plasma = makeConfig({
|
|
|
3730
3730
|
externalId: {},
|
|
3731
3731
|
markets: {
|
|
3732
3732
|
zeroex: true,
|
|
3733
|
+
kyberswap: "plasma",
|
|
3733
3734
|
},
|
|
3734
3735
|
bridges: {},
|
|
3735
3736
|
oracles: {},
|
|
@@ -5586,7 +5587,7 @@ const zerog = makeConfig({
|
|
|
5586
5587
|
nativeWrappedName: "0G",
|
|
5587
5588
|
},
|
|
5588
5589
|
},
|
|
5589
|
-
defaultPool:
|
|
5590
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f",
|
|
5590
5591
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
|
|
5591
5592
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e",
|
|
5592
5593
|
tokenList: [
|
|
@@ -5594,7 +5595,7 @@ const zerog = makeConfig({
|
|
|
5594
5595
|
{ symbol: "w0G", address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c" },
|
|
5595
5596
|
],
|
|
5596
5597
|
stables: ["0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"],
|
|
5597
|
-
watchlist: [],
|
|
5598
|
+
watchlist: ["0x5c1e4669c5208adc0163273d51928890b663237f"],
|
|
5598
5599
|
internalName: "zerog",
|
|
5599
5600
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg",
|
|
5600
5601
|
contracts: {
|
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: {};
|
|
@@ -8560,7 +8561,7 @@ declare const zerog: Readonly<{
|
|
|
8560
8561
|
nativeWrappedName: string;
|
|
8561
8562
|
};
|
|
8562
8563
|
};
|
|
8563
|
-
defaultPool: "
|
|
8564
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
8564
8565
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8565
8566
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8566
8567
|
tokenList: ({
|
|
@@ -8571,7 +8572,7 @@ declare const zerog: Readonly<{
|
|
|
8571
8572
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8572
8573
|
})[];
|
|
8573
8574
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
8574
|
-
watchlist:
|
|
8575
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
8575
8576
|
internalName: "zerog";
|
|
8576
8577
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
8577
8578
|
contracts: {
|
|
@@ -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: {};
|
|
@@ -18524,7 +18526,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18524
18526
|
nativeWrappedName: string;
|
|
18525
18527
|
};
|
|
18526
18528
|
};
|
|
18527
|
-
defaultPool: "
|
|
18529
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
18528
18530
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18529
18531
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
18530
18532
|
tokenList: ({
|
|
@@ -18535,7 +18537,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18535
18537
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18536
18538
|
})[];
|
|
18537
18539
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
18538
|
-
watchlist:
|
|
18540
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
18539
18541
|
internalName: "zerog";
|
|
18540
18542
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
18541
18543
|
contracts: {
|
|
@@ -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: {};
|
|
@@ -8560,7 +8561,7 @@ declare const zerog: Readonly<{
|
|
|
8560
8561
|
nativeWrappedName: string;
|
|
8561
8562
|
};
|
|
8562
8563
|
};
|
|
8563
|
-
defaultPool: "
|
|
8564
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
8564
8565
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8565
8566
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8566
8567
|
tokenList: ({
|
|
@@ -8571,7 +8572,7 @@ declare const zerog: Readonly<{
|
|
|
8571
8572
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8572
8573
|
})[];
|
|
8573
8574
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
8574
|
-
watchlist:
|
|
8575
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
8575
8576
|
internalName: "zerog";
|
|
8576
8577
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
8577
8578
|
contracts: {
|
|
@@ -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: {};
|
|
@@ -18524,7 +18526,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18524
18526
|
nativeWrappedName: string;
|
|
18525
18527
|
};
|
|
18526
18528
|
};
|
|
18527
|
-
defaultPool: "
|
|
18529
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
18528
18530
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18529
18531
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
18530
18532
|
tokenList: ({
|
|
@@ -18535,7 +18537,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18535
18537
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18536
18538
|
})[];
|
|
18537
18539
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
18538
|
-
watchlist:
|
|
18540
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
18539
18541
|
internalName: "zerog";
|
|
18540
18542
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
18541
18543
|
contracts: {
|
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: {};
|
|
@@ -8560,7 +8561,7 @@ declare const zerog: Readonly<{
|
|
|
8560
8561
|
nativeWrappedName: string;
|
|
8561
8562
|
};
|
|
8562
8563
|
};
|
|
8563
|
-
defaultPool: "
|
|
8564
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
8564
8565
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8565
8566
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
8566
8567
|
tokenList: ({
|
|
@@ -8571,7 +8572,7 @@ declare const zerog: Readonly<{
|
|
|
8571
8572
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
8572
8573
|
})[];
|
|
8573
8574
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
8574
|
-
watchlist:
|
|
8575
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
8575
8576
|
internalName: "zerog";
|
|
8576
8577
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
8577
8578
|
contracts: {
|
|
@@ -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: {};
|
|
@@ -18524,7 +18526,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18524
18526
|
nativeWrappedName: string;
|
|
18525
18527
|
};
|
|
18526
18528
|
};
|
|
18527
|
-
defaultPool: "
|
|
18529
|
+
defaultPool: "0x5c1e4669c5208adc0163273d51928890b663237f";
|
|
18528
18530
|
defaultToken0: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18529
18531
|
defaultToken1: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e";
|
|
18530
18532
|
tokenList: ({
|
|
@@ -18535,7 +18537,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18535
18537
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
18536
18538
|
})[];
|
|
18537
18539
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
18538
|
-
watchlist:
|
|
18540
|
+
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
18539
18541
|
internalName: "zerog";
|
|
18540
18542
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
18541
18543
|
contracts: {
|