@gfxlabs/oku-chains 1.8.3 → 1.9.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 +2 -0
- package/dist/index-mjs.js +2 -0
- package/dist/index.js +2 -0
- package/dist/types/browser.d.ts +4 -0
- package/dist/types/index-mjs.d.ts +4 -0
- package/dist/types/index.d.ts +4 -0
- 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: {
|
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: {
|
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: {
|
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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
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: {
|
|
@@ -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: {
|