@gfxlabs/oku-chains 1.1.78 → 1.1.80
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 -5
- package/dist/index-mjs.js +3 -5
- package/dist/index.js +3 -5
- package/dist/types/browser.d.ts +6 -6
- package/dist/types/index-mjs.d.ts +6 -6
- package/dist/types/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
...chains.lisk,
|
|
822
822
|
blockTimeSeconds: 2,
|
|
823
823
|
sortIndex: 15,
|
|
824
|
-
logoUrl: "https://assets.oku.trade/lisk-logo.
|
|
824
|
+
logoUrl: "https://assets.oku.trade/lisk-logo.png",
|
|
825
825
|
safeReorgDistance: 90000,
|
|
826
826
|
externalId: {
|
|
827
827
|
zerion: "lisk",
|
|
@@ -849,8 +849,7 @@
|
|
|
849
849
|
nativeWrappedName: "ETH",
|
|
850
850
|
},
|
|
851
851
|
},
|
|
852
|
-
|
|
853
|
-
defaultPool: viem.zeroAddress,
|
|
852
|
+
defaultPool: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3",
|
|
854
853
|
defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9",
|
|
855
854
|
defaultToken1: "0x4200000000000000000000000000000000000006",
|
|
856
855
|
tokenList: [
|
|
@@ -858,8 +857,7 @@
|
|
|
858
857
|
{ symbol: "USDT", address: "0x05D032ac25d322df992303dCa074EE7392C117b9" },
|
|
859
858
|
],
|
|
860
859
|
stables: ["0x05D032ac25d322df992303dCa074EE7392C117b9"],
|
|
861
|
-
|
|
862
|
-
watchlist: [],
|
|
860
|
+
watchlist: ["0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3"],
|
|
863
861
|
internalName: "lisk",
|
|
864
862
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
865
863
|
contracts: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -818,7 +818,7 @@ const lisk = makeConfig({
|
|
|
818
818
|
...lisk$1,
|
|
819
819
|
blockTimeSeconds: 2,
|
|
820
820
|
sortIndex: 15,
|
|
821
|
-
logoUrl: "https://assets.oku.trade/lisk-logo.
|
|
821
|
+
logoUrl: "https://assets.oku.trade/lisk-logo.png",
|
|
822
822
|
safeReorgDistance: 90000,
|
|
823
823
|
externalId: {
|
|
824
824
|
zerion: "lisk",
|
|
@@ -846,8 +846,7 @@ const lisk = makeConfig({
|
|
|
846
846
|
nativeWrappedName: "ETH",
|
|
847
847
|
},
|
|
848
848
|
},
|
|
849
|
-
|
|
850
|
-
defaultPool: zeroAddress,
|
|
849
|
+
defaultPool: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3",
|
|
851
850
|
defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9",
|
|
852
851
|
defaultToken1: "0x4200000000000000000000000000000000000006",
|
|
853
852
|
tokenList: [
|
|
@@ -855,8 +854,7 @@ const lisk = makeConfig({
|
|
|
855
854
|
{ symbol: "USDT", address: "0x05D032ac25d322df992303dCa074EE7392C117b9" },
|
|
856
855
|
],
|
|
857
856
|
stables: ["0x05D032ac25d322df992303dCa074EE7392C117b9"],
|
|
858
|
-
|
|
859
|
-
watchlist: [],
|
|
857
|
+
watchlist: ["0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3"],
|
|
860
858
|
internalName: "lisk",
|
|
861
859
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
862
860
|
contracts: {
|
package/dist/index.js
CHANGED
|
@@ -820,7 +820,7 @@ const lisk = makeConfig({
|
|
|
820
820
|
...chains.lisk,
|
|
821
821
|
blockTimeSeconds: 2,
|
|
822
822
|
sortIndex: 15,
|
|
823
|
-
logoUrl: "https://assets.oku.trade/lisk-logo.
|
|
823
|
+
logoUrl: "https://assets.oku.trade/lisk-logo.png",
|
|
824
824
|
safeReorgDistance: 90000,
|
|
825
825
|
externalId: {
|
|
826
826
|
zerion: "lisk",
|
|
@@ -848,8 +848,7 @@ const lisk = makeConfig({
|
|
|
848
848
|
nativeWrappedName: "ETH",
|
|
849
849
|
},
|
|
850
850
|
},
|
|
851
|
-
|
|
852
|
-
defaultPool: viem.zeroAddress,
|
|
851
|
+
defaultPool: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3",
|
|
853
852
|
defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9",
|
|
854
853
|
defaultToken1: "0x4200000000000000000000000000000000000006",
|
|
855
854
|
tokenList: [
|
|
@@ -857,8 +856,7 @@ const lisk = makeConfig({
|
|
|
857
856
|
{ symbol: "USDT", address: "0x05D032ac25d322df992303dCa074EE7392C117b9" },
|
|
858
857
|
],
|
|
859
858
|
stables: ["0x05D032ac25d322df992303dCa074EE7392C117b9"],
|
|
860
|
-
|
|
861
|
-
watchlist: [],
|
|
859
|
+
watchlist: ["0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3"],
|
|
862
860
|
internalName: "lisk",
|
|
863
861
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
864
862
|
contracts: {
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -965,7 +965,7 @@ declare const linea: Readonly<{
|
|
|
965
965
|
declare const lisk: Readonly<{
|
|
966
966
|
blockTimeSeconds: 2;
|
|
967
967
|
sortIndex: 15;
|
|
968
|
-
logoUrl: "https://assets.oku.trade/lisk-logo.
|
|
968
|
+
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
969
969
|
safeReorgDistance: 90000;
|
|
970
970
|
externalId: {
|
|
971
971
|
zerion: string;
|
|
@@ -993,7 +993,7 @@ declare const lisk: Readonly<{
|
|
|
993
993
|
nativeWrappedName: string;
|
|
994
994
|
};
|
|
995
995
|
};
|
|
996
|
-
defaultPool: "
|
|
996
|
+
defaultPool: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3";
|
|
997
997
|
defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
998
998
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
999
999
|
tokenList: ({
|
|
@@ -1004,7 +1004,7 @@ declare const lisk: Readonly<{
|
|
|
1004
1004
|
address: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
1005
1005
|
})[];
|
|
1006
1006
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
1007
|
-
watchlist:
|
|
1007
|
+
watchlist: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3"[];
|
|
1008
1008
|
internalName: "lisk";
|
|
1009
1009
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
1010
1010
|
contracts: {
|
|
@@ -6135,7 +6135,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6135
6135
|
}>, Readonly<{
|
|
6136
6136
|
blockTimeSeconds: 2;
|
|
6137
6137
|
sortIndex: 15;
|
|
6138
|
-
logoUrl: "https://assets.oku.trade/lisk-logo.
|
|
6138
|
+
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
6139
6139
|
safeReorgDistance: 90000;
|
|
6140
6140
|
externalId: {
|
|
6141
6141
|
zerion: string;
|
|
@@ -6163,7 +6163,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6163
6163
|
nativeWrappedName: string;
|
|
6164
6164
|
};
|
|
6165
6165
|
};
|
|
6166
|
-
defaultPool: "
|
|
6166
|
+
defaultPool: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3";
|
|
6167
6167
|
defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
6168
6168
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
6169
6169
|
tokenList: ({
|
|
@@ -6174,7 +6174,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6174
6174
|
address: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
6175
6175
|
})[];
|
|
6176
6176
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
6177
|
-
watchlist:
|
|
6177
|
+
watchlist: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3"[];
|
|
6178
6178
|
internalName: "lisk";
|
|
6179
6179
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
6180
6180
|
contracts: {
|
|
@@ -965,7 +965,7 @@ declare const linea: Readonly<{
|
|
|
965
965
|
declare const lisk: Readonly<{
|
|
966
966
|
blockTimeSeconds: 2;
|
|
967
967
|
sortIndex: 15;
|
|
968
|
-
logoUrl: "https://assets.oku.trade/lisk-logo.
|
|
968
|
+
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
969
969
|
safeReorgDistance: 90000;
|
|
970
970
|
externalId: {
|
|
971
971
|
zerion: string;
|
|
@@ -993,7 +993,7 @@ declare const lisk: Readonly<{
|
|
|
993
993
|
nativeWrappedName: string;
|
|
994
994
|
};
|
|
995
995
|
};
|
|
996
|
-
defaultPool: "
|
|
996
|
+
defaultPool: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3";
|
|
997
997
|
defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
998
998
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
999
999
|
tokenList: ({
|
|
@@ -1004,7 +1004,7 @@ declare const lisk: Readonly<{
|
|
|
1004
1004
|
address: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
1005
1005
|
})[];
|
|
1006
1006
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
1007
|
-
watchlist:
|
|
1007
|
+
watchlist: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3"[];
|
|
1008
1008
|
internalName: "lisk";
|
|
1009
1009
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
1010
1010
|
contracts: {
|
|
@@ -6135,7 +6135,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6135
6135
|
}>, Readonly<{
|
|
6136
6136
|
blockTimeSeconds: 2;
|
|
6137
6137
|
sortIndex: 15;
|
|
6138
|
-
logoUrl: "https://assets.oku.trade/lisk-logo.
|
|
6138
|
+
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
6139
6139
|
safeReorgDistance: 90000;
|
|
6140
6140
|
externalId: {
|
|
6141
6141
|
zerion: string;
|
|
@@ -6163,7 +6163,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6163
6163
|
nativeWrappedName: string;
|
|
6164
6164
|
};
|
|
6165
6165
|
};
|
|
6166
|
-
defaultPool: "
|
|
6166
|
+
defaultPool: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3";
|
|
6167
6167
|
defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
6168
6168
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
6169
6169
|
tokenList: ({
|
|
@@ -6174,7 +6174,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6174
6174
|
address: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
6175
6175
|
})[];
|
|
6176
6176
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
6177
|
-
watchlist:
|
|
6177
|
+
watchlist: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3"[];
|
|
6178
6178
|
internalName: "lisk";
|
|
6179
6179
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
6180
6180
|
contracts: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -965,7 +965,7 @@ declare const linea: Readonly<{
|
|
|
965
965
|
declare const lisk: Readonly<{
|
|
966
966
|
blockTimeSeconds: 2;
|
|
967
967
|
sortIndex: 15;
|
|
968
|
-
logoUrl: "https://assets.oku.trade/lisk-logo.
|
|
968
|
+
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
969
969
|
safeReorgDistance: 90000;
|
|
970
970
|
externalId: {
|
|
971
971
|
zerion: string;
|
|
@@ -993,7 +993,7 @@ declare const lisk: Readonly<{
|
|
|
993
993
|
nativeWrappedName: string;
|
|
994
994
|
};
|
|
995
995
|
};
|
|
996
|
-
defaultPool: "
|
|
996
|
+
defaultPool: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3";
|
|
997
997
|
defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
998
998
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
999
999
|
tokenList: ({
|
|
@@ -1004,7 +1004,7 @@ declare const lisk: Readonly<{
|
|
|
1004
1004
|
address: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
1005
1005
|
})[];
|
|
1006
1006
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
1007
|
-
watchlist:
|
|
1007
|
+
watchlist: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3"[];
|
|
1008
1008
|
internalName: "lisk";
|
|
1009
1009
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
1010
1010
|
contracts: {
|
|
@@ -6135,7 +6135,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6135
6135
|
}>, Readonly<{
|
|
6136
6136
|
blockTimeSeconds: 2;
|
|
6137
6137
|
sortIndex: 15;
|
|
6138
|
-
logoUrl: "https://assets.oku.trade/lisk-logo.
|
|
6138
|
+
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
6139
6139
|
safeReorgDistance: 90000;
|
|
6140
6140
|
externalId: {
|
|
6141
6141
|
zerion: string;
|
|
@@ -6163,7 +6163,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6163
6163
|
nativeWrappedName: string;
|
|
6164
6164
|
};
|
|
6165
6165
|
};
|
|
6166
|
-
defaultPool: "
|
|
6166
|
+
defaultPool: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3";
|
|
6167
6167
|
defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
6168
6168
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
6169
6169
|
tokenList: ({
|
|
@@ -6174,7 +6174,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6174
6174
|
address: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
6175
6175
|
})[];
|
|
6176
6176
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
6177
|
-
watchlist:
|
|
6177
|
+
watchlist: "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3"[];
|
|
6178
6178
|
internalName: "lisk";
|
|
6179
6179
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
6180
6180
|
contracts: {
|