@gfxlabs/oku-chains 1.8.3 → 1.9.1
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 -1
- package/dist/index-mjs.js +3 -1
- package/dist/index.js +3 -1
- package/dist/types/browser.d.ts +6 -2
- package/dist/types/index-mjs.d.ts +6 -2
- package/dist/types/index.d.ts +6 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -1006,6 +1006,7 @@
|
|
|
1006
1006
|
zerion: "binance-smart-chain",
|
|
1007
1007
|
debank: "bsc",
|
|
1008
1008
|
tenderly: "true",
|
|
1009
|
+
cowswap: "bnb"
|
|
1009
1010
|
},
|
|
1010
1011
|
morpho: {},
|
|
1011
1012
|
markets: {
|
|
@@ -1021,6 +1022,7 @@
|
|
|
1021
1022
|
openocean: "bsc",
|
|
1022
1023
|
zeroex: true,
|
|
1023
1024
|
icecreamswap: true,
|
|
1025
|
+
cowswap: "bnb"
|
|
1024
1026
|
},
|
|
1025
1027
|
bridges: {
|
|
1026
1028
|
chainlink: {
|
|
@@ -5101,7 +5103,7 @@
|
|
|
5101
5103
|
transactionType: "eip1559",
|
|
5102
5104
|
sortIndex: 15,
|
|
5103
5105
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg",
|
|
5104
|
-
deprecated:
|
|
5106
|
+
deprecated: false,
|
|
5105
5107
|
safeReorgDistance: 90000,
|
|
5106
5108
|
blockAid: "",
|
|
5107
5109
|
morpho: {},
|
package/dist/index-mjs.js
CHANGED
|
@@ -1003,6 +1003,7 @@ const bsc = makeConfig({
|
|
|
1003
1003
|
zerion: "binance-smart-chain",
|
|
1004
1004
|
debank: "bsc",
|
|
1005
1005
|
tenderly: "true",
|
|
1006
|
+
cowswap: "bnb"
|
|
1006
1007
|
},
|
|
1007
1008
|
morpho: {},
|
|
1008
1009
|
markets: {
|
|
@@ -1018,6 +1019,7 @@ const bsc = makeConfig({
|
|
|
1018
1019
|
openocean: "bsc",
|
|
1019
1020
|
zeroex: true,
|
|
1020
1021
|
icecreamswap: true,
|
|
1022
|
+
cowswap: "bnb"
|
|
1021
1023
|
},
|
|
1022
1024
|
bridges: {
|
|
1023
1025
|
chainlink: {
|
|
@@ -5098,7 +5100,7 @@ const sonic = makeConfig({
|
|
|
5098
5100
|
transactionType: "eip1559",
|
|
5099
5101
|
sortIndex: 15,
|
|
5100
5102
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg",
|
|
5101
|
-
deprecated:
|
|
5103
|
+
deprecated: false,
|
|
5102
5104
|
safeReorgDistance: 90000,
|
|
5103
5105
|
blockAid: "",
|
|
5104
5106
|
morpho: {},
|
package/dist/index.js
CHANGED
|
@@ -1005,6 +1005,7 @@ const bsc = makeConfig({
|
|
|
1005
1005
|
zerion: "binance-smart-chain",
|
|
1006
1006
|
debank: "bsc",
|
|
1007
1007
|
tenderly: "true",
|
|
1008
|
+
cowswap: "bnb"
|
|
1008
1009
|
},
|
|
1009
1010
|
morpho: {},
|
|
1010
1011
|
markets: {
|
|
@@ -1020,6 +1021,7 @@ const bsc = makeConfig({
|
|
|
1020
1021
|
openocean: "bsc",
|
|
1021
1022
|
zeroex: true,
|
|
1022
1023
|
icecreamswap: true,
|
|
1024
|
+
cowswap: "bnb"
|
|
1023
1025
|
},
|
|
1024
1026
|
bridges: {
|
|
1025
1027
|
chainlink: {
|
|
@@ -5100,7 +5102,7 @@ const sonic = makeConfig({
|
|
|
5100
5102
|
transactionType: "eip1559",
|
|
5101
5103
|
sortIndex: 15,
|
|
5102
5104
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg",
|
|
5103
|
-
deprecated:
|
|
5105
|
+
deprecated: false,
|
|
5104
5106
|
safeReorgDistance: 90000,
|
|
5105
5107
|
blockAid: "",
|
|
5106
5108
|
morpho: {},
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -1763,6 +1763,7 @@ declare const bsc: Readonly<{
|
|
|
1763
1763
|
zerion: string;
|
|
1764
1764
|
debank: string;
|
|
1765
1765
|
tenderly: string;
|
|
1766
|
+
cowswap: string;
|
|
1766
1767
|
};
|
|
1767
1768
|
morpho: {};
|
|
1768
1769
|
markets: {
|
|
@@ -1778,6 +1779,7 @@ declare const bsc: Readonly<{
|
|
|
1778
1779
|
openocean: string;
|
|
1779
1780
|
zeroex: true;
|
|
1780
1781
|
icecreamswap: true;
|
|
1782
|
+
cowswap: string;
|
|
1781
1783
|
};
|
|
1782
1784
|
bridges: {
|
|
1783
1785
|
chainlink: {
|
|
@@ -7540,7 +7542,7 @@ declare const sonic: Readonly<{
|
|
|
7540
7542
|
transactionType: "eip1559";
|
|
7541
7543
|
sortIndex: 15;
|
|
7542
7544
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
7543
|
-
deprecated:
|
|
7545
|
+
deprecated: false;
|
|
7544
7546
|
safeReorgDistance: 90000;
|
|
7545
7547
|
blockAid: "";
|
|
7546
7548
|
morpho: {};
|
|
@@ -11182,6 +11184,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11182
11184
|
zerion: string;
|
|
11183
11185
|
debank: string;
|
|
11184
11186
|
tenderly: string;
|
|
11187
|
+
cowswap: string;
|
|
11185
11188
|
};
|
|
11186
11189
|
morpho: {};
|
|
11187
11190
|
markets: {
|
|
@@ -11197,6 +11200,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11197
11200
|
openocean: string;
|
|
11198
11201
|
zeroex: true;
|
|
11199
11202
|
icecreamswap: true;
|
|
11203
|
+
cowswap: string;
|
|
11200
11204
|
};
|
|
11201
11205
|
bridges: {
|
|
11202
11206
|
chainlink: {
|
|
@@ -15648,7 +15652,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15648
15652
|
transactionType: "eip1559";
|
|
15649
15653
|
sortIndex: 15;
|
|
15650
15654
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
15651
|
-
deprecated:
|
|
15655
|
+
deprecated: false;
|
|
15652
15656
|
safeReorgDistance: 90000;
|
|
15653
15657
|
blockAid: "";
|
|
15654
15658
|
morpho: {};
|
|
@@ -1763,6 +1763,7 @@ declare const bsc: Readonly<{
|
|
|
1763
1763
|
zerion: string;
|
|
1764
1764
|
debank: string;
|
|
1765
1765
|
tenderly: string;
|
|
1766
|
+
cowswap: string;
|
|
1766
1767
|
};
|
|
1767
1768
|
morpho: {};
|
|
1768
1769
|
markets: {
|
|
@@ -1778,6 +1779,7 @@ declare const bsc: Readonly<{
|
|
|
1778
1779
|
openocean: string;
|
|
1779
1780
|
zeroex: true;
|
|
1780
1781
|
icecreamswap: true;
|
|
1782
|
+
cowswap: string;
|
|
1781
1783
|
};
|
|
1782
1784
|
bridges: {
|
|
1783
1785
|
chainlink: {
|
|
@@ -7540,7 +7542,7 @@ declare const sonic: Readonly<{
|
|
|
7540
7542
|
transactionType: "eip1559";
|
|
7541
7543
|
sortIndex: 15;
|
|
7542
7544
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
7543
|
-
deprecated:
|
|
7545
|
+
deprecated: false;
|
|
7544
7546
|
safeReorgDistance: 90000;
|
|
7545
7547
|
blockAid: "";
|
|
7546
7548
|
morpho: {};
|
|
@@ -11182,6 +11184,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11182
11184
|
zerion: string;
|
|
11183
11185
|
debank: string;
|
|
11184
11186
|
tenderly: string;
|
|
11187
|
+
cowswap: string;
|
|
11185
11188
|
};
|
|
11186
11189
|
morpho: {};
|
|
11187
11190
|
markets: {
|
|
@@ -11197,6 +11200,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11197
11200
|
openocean: string;
|
|
11198
11201
|
zeroex: true;
|
|
11199
11202
|
icecreamswap: true;
|
|
11203
|
+
cowswap: string;
|
|
11200
11204
|
};
|
|
11201
11205
|
bridges: {
|
|
11202
11206
|
chainlink: {
|
|
@@ -15648,7 +15652,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15648
15652
|
transactionType: "eip1559";
|
|
15649
15653
|
sortIndex: 15;
|
|
15650
15654
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
15651
|
-
deprecated:
|
|
15655
|
+
deprecated: false;
|
|
15652
15656
|
safeReorgDistance: 90000;
|
|
15653
15657
|
blockAid: "";
|
|
15654
15658
|
morpho: {};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1763,6 +1763,7 @@ declare const bsc: Readonly<{
|
|
|
1763
1763
|
zerion: string;
|
|
1764
1764
|
debank: string;
|
|
1765
1765
|
tenderly: string;
|
|
1766
|
+
cowswap: string;
|
|
1766
1767
|
};
|
|
1767
1768
|
morpho: {};
|
|
1768
1769
|
markets: {
|
|
@@ -1778,6 +1779,7 @@ declare const bsc: Readonly<{
|
|
|
1778
1779
|
openocean: string;
|
|
1779
1780
|
zeroex: true;
|
|
1780
1781
|
icecreamswap: true;
|
|
1782
|
+
cowswap: string;
|
|
1781
1783
|
};
|
|
1782
1784
|
bridges: {
|
|
1783
1785
|
chainlink: {
|
|
@@ -7540,7 +7542,7 @@ declare const sonic: Readonly<{
|
|
|
7540
7542
|
transactionType: "eip1559";
|
|
7541
7543
|
sortIndex: 15;
|
|
7542
7544
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
7543
|
-
deprecated:
|
|
7545
|
+
deprecated: false;
|
|
7544
7546
|
safeReorgDistance: 90000;
|
|
7545
7547
|
blockAid: "";
|
|
7546
7548
|
morpho: {};
|
|
@@ -11182,6 +11184,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11182
11184
|
zerion: string;
|
|
11183
11185
|
debank: string;
|
|
11184
11186
|
tenderly: string;
|
|
11187
|
+
cowswap: string;
|
|
11185
11188
|
};
|
|
11186
11189
|
morpho: {};
|
|
11187
11190
|
markets: {
|
|
@@ -11197,6 +11200,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11197
11200
|
openocean: string;
|
|
11198
11201
|
zeroex: true;
|
|
11199
11202
|
icecreamswap: true;
|
|
11203
|
+
cowswap: string;
|
|
11200
11204
|
};
|
|
11201
11205
|
bridges: {
|
|
11202
11206
|
chainlink: {
|
|
@@ -15648,7 +15652,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15648
15652
|
transactionType: "eip1559";
|
|
15649
15653
|
sortIndex: 15;
|
|
15650
15654
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
15651
|
-
deprecated:
|
|
15655
|
+
deprecated: false;
|
|
15652
15656
|
safeReorgDistance: 90000;
|
|
15653
15657
|
blockAid: "";
|
|
15654
15658
|
morpho: {};
|