@gfxlabs/oku-chains 1.1.113 → 1.1.114
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 -0
- package/dist/index-mjs.js +3 -0
- package/dist/index.js +3 -0
- package/dist/types/browser.d.ts +7 -0
- package/dist/types/index-mjs.d.ts +7 -0
- package/dist/types/index.d.ts +7 -0
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
propellerswap: "arbitrum",
|
|
30
30
|
openocean: "arbitrum",
|
|
31
31
|
zeroex: true,
|
|
32
|
+
cowswap: "arbitrum_one",
|
|
32
33
|
},
|
|
33
34
|
bridges: {
|
|
34
35
|
chainlink: {
|
|
@@ -1077,6 +1078,7 @@
|
|
|
1077
1078
|
},
|
|
1078
1079
|
markets: {
|
|
1079
1080
|
openocean: "xdai",
|
|
1081
|
+
cowswap: "xdai",
|
|
1080
1082
|
},
|
|
1081
1083
|
bridges: {},
|
|
1082
1084
|
oracles: {
|
|
@@ -1396,6 +1398,7 @@
|
|
|
1396
1398
|
propellerswap: "ethereum",
|
|
1397
1399
|
openocean: "eth",
|
|
1398
1400
|
zeroex: true,
|
|
1401
|
+
cowswap: "mainnet",
|
|
1399
1402
|
},
|
|
1400
1403
|
bridges: {
|
|
1401
1404
|
chainlink: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -26,6 +26,7 @@ const arbitrum = makeConfig({
|
|
|
26
26
|
propellerswap: "arbitrum",
|
|
27
27
|
openocean: "arbitrum",
|
|
28
28
|
zeroex: true,
|
|
29
|
+
cowswap: "arbitrum_one",
|
|
29
30
|
},
|
|
30
31
|
bridges: {
|
|
31
32
|
chainlink: {
|
|
@@ -1074,6 +1075,7 @@ const gnosis = makeConfig({
|
|
|
1074
1075
|
},
|
|
1075
1076
|
markets: {
|
|
1076
1077
|
openocean: "xdai",
|
|
1078
|
+
cowswap: "xdai",
|
|
1077
1079
|
},
|
|
1078
1080
|
bridges: {},
|
|
1079
1081
|
oracles: {
|
|
@@ -1393,6 +1395,7 @@ const mainnet = makeConfig({
|
|
|
1393
1395
|
propellerswap: "ethereum",
|
|
1394
1396
|
openocean: "eth",
|
|
1395
1397
|
zeroex: true,
|
|
1398
|
+
cowswap: "mainnet",
|
|
1396
1399
|
},
|
|
1397
1400
|
bridges: {
|
|
1398
1401
|
chainlink: {
|
package/dist/index.js
CHANGED
|
@@ -28,6 +28,7 @@ const arbitrum = makeConfig({
|
|
|
28
28
|
propellerswap: "arbitrum",
|
|
29
29
|
openocean: "arbitrum",
|
|
30
30
|
zeroex: true,
|
|
31
|
+
cowswap: "arbitrum_one",
|
|
31
32
|
},
|
|
32
33
|
bridges: {
|
|
33
34
|
chainlink: {
|
|
@@ -1076,6 +1077,7 @@ const gnosis = makeConfig({
|
|
|
1076
1077
|
},
|
|
1077
1078
|
markets: {
|
|
1078
1079
|
openocean: "xdai",
|
|
1080
|
+
cowswap: "xdai",
|
|
1079
1081
|
},
|
|
1080
1082
|
bridges: {},
|
|
1081
1083
|
oracles: {
|
|
@@ -1395,6 +1397,7 @@ const mainnet = makeConfig({
|
|
|
1395
1397
|
propellerswap: "ethereum",
|
|
1396
1398
|
openocean: "eth",
|
|
1397
1399
|
zeroex: true,
|
|
1400
|
+
cowswap: "mainnet",
|
|
1398
1401
|
},
|
|
1399
1402
|
bridges: {
|
|
1400
1403
|
chainlink: {
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const arbitrum: Readonly<{
|
|
|
19
19
|
propellerswap: string;
|
|
20
20
|
openocean: string;
|
|
21
21
|
zeroex: true;
|
|
22
|
+
cowswap: string;
|
|
22
23
|
};
|
|
23
24
|
bridges: {
|
|
24
25
|
chainlink: {
|
|
@@ -1508,6 +1509,7 @@ declare const gnosis: Readonly<{
|
|
|
1508
1509
|
};
|
|
1509
1510
|
markets: {
|
|
1510
1511
|
openocean: string;
|
|
1512
|
+
cowswap: string;
|
|
1511
1513
|
};
|
|
1512
1514
|
bridges: {};
|
|
1513
1515
|
oracles: {
|
|
@@ -2155,6 +2157,7 @@ declare const mainnet: Readonly<{
|
|
|
2155
2157
|
propellerswap: string;
|
|
2156
2158
|
openocean: string;
|
|
2157
2159
|
zeroex: true;
|
|
2160
|
+
cowswap: string;
|
|
2158
2161
|
};
|
|
2159
2162
|
bridges: {
|
|
2160
2163
|
chainlink: {
|
|
@@ -4707,6 +4710,7 @@ interface Markets {
|
|
|
4707
4710
|
propellerswap?: string;
|
|
4708
4711
|
usor?: any;
|
|
4709
4712
|
zeroex?: boolean;
|
|
4713
|
+
cowswap?: string;
|
|
4710
4714
|
}
|
|
4711
4715
|
interface Bridges {
|
|
4712
4716
|
deswap?: any;
|
|
@@ -4812,6 +4816,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4812
4816
|
propellerswap: string;
|
|
4813
4817
|
openocean: string;
|
|
4814
4818
|
zeroex: true;
|
|
4819
|
+
cowswap: string;
|
|
4815
4820
|
};
|
|
4816
4821
|
bridges: {
|
|
4817
4822
|
chainlink: {
|
|
@@ -5906,6 +5911,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5906
5911
|
propellerswap: string;
|
|
5907
5912
|
openocean: string;
|
|
5908
5913
|
zeroex: true;
|
|
5914
|
+
cowswap: string;
|
|
5909
5915
|
};
|
|
5910
5916
|
bridges: {
|
|
5911
5917
|
chainlink: {
|
|
@@ -9118,6 +9124,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9118
9124
|
};
|
|
9119
9125
|
markets: {
|
|
9120
9126
|
openocean: string;
|
|
9127
|
+
cowswap: string;
|
|
9121
9128
|
};
|
|
9122
9129
|
bridges: {};
|
|
9123
9130
|
oracles: {
|
|
@@ -19,6 +19,7 @@ declare const arbitrum: Readonly<{
|
|
|
19
19
|
propellerswap: string;
|
|
20
20
|
openocean: string;
|
|
21
21
|
zeroex: true;
|
|
22
|
+
cowswap: string;
|
|
22
23
|
};
|
|
23
24
|
bridges: {
|
|
24
25
|
chainlink: {
|
|
@@ -1508,6 +1509,7 @@ declare const gnosis: Readonly<{
|
|
|
1508
1509
|
};
|
|
1509
1510
|
markets: {
|
|
1510
1511
|
openocean: string;
|
|
1512
|
+
cowswap: string;
|
|
1511
1513
|
};
|
|
1512
1514
|
bridges: {};
|
|
1513
1515
|
oracles: {
|
|
@@ -2155,6 +2157,7 @@ declare const mainnet: Readonly<{
|
|
|
2155
2157
|
propellerswap: string;
|
|
2156
2158
|
openocean: string;
|
|
2157
2159
|
zeroex: true;
|
|
2160
|
+
cowswap: string;
|
|
2158
2161
|
};
|
|
2159
2162
|
bridges: {
|
|
2160
2163
|
chainlink: {
|
|
@@ -4707,6 +4710,7 @@ interface Markets {
|
|
|
4707
4710
|
propellerswap?: string;
|
|
4708
4711
|
usor?: any;
|
|
4709
4712
|
zeroex?: boolean;
|
|
4713
|
+
cowswap?: string;
|
|
4710
4714
|
}
|
|
4711
4715
|
interface Bridges {
|
|
4712
4716
|
deswap?: any;
|
|
@@ -4812,6 +4816,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4812
4816
|
propellerswap: string;
|
|
4813
4817
|
openocean: string;
|
|
4814
4818
|
zeroex: true;
|
|
4819
|
+
cowswap: string;
|
|
4815
4820
|
};
|
|
4816
4821
|
bridges: {
|
|
4817
4822
|
chainlink: {
|
|
@@ -5906,6 +5911,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5906
5911
|
propellerswap: string;
|
|
5907
5912
|
openocean: string;
|
|
5908
5913
|
zeroex: true;
|
|
5914
|
+
cowswap: string;
|
|
5909
5915
|
};
|
|
5910
5916
|
bridges: {
|
|
5911
5917
|
chainlink: {
|
|
@@ -9118,6 +9124,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9118
9124
|
};
|
|
9119
9125
|
markets: {
|
|
9120
9126
|
openocean: string;
|
|
9127
|
+
cowswap: string;
|
|
9121
9128
|
};
|
|
9122
9129
|
bridges: {};
|
|
9123
9130
|
oracles: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const arbitrum: Readonly<{
|
|
|
19
19
|
propellerswap: string;
|
|
20
20
|
openocean: string;
|
|
21
21
|
zeroex: true;
|
|
22
|
+
cowswap: string;
|
|
22
23
|
};
|
|
23
24
|
bridges: {
|
|
24
25
|
chainlink: {
|
|
@@ -1508,6 +1509,7 @@ declare const gnosis: Readonly<{
|
|
|
1508
1509
|
};
|
|
1509
1510
|
markets: {
|
|
1510
1511
|
openocean: string;
|
|
1512
|
+
cowswap: string;
|
|
1511
1513
|
};
|
|
1512
1514
|
bridges: {};
|
|
1513
1515
|
oracles: {
|
|
@@ -2155,6 +2157,7 @@ declare const mainnet: Readonly<{
|
|
|
2155
2157
|
propellerswap: string;
|
|
2156
2158
|
openocean: string;
|
|
2157
2159
|
zeroex: true;
|
|
2160
|
+
cowswap: string;
|
|
2158
2161
|
};
|
|
2159
2162
|
bridges: {
|
|
2160
2163
|
chainlink: {
|
|
@@ -4707,6 +4710,7 @@ interface Markets {
|
|
|
4707
4710
|
propellerswap?: string;
|
|
4708
4711
|
usor?: any;
|
|
4709
4712
|
zeroex?: boolean;
|
|
4713
|
+
cowswap?: string;
|
|
4710
4714
|
}
|
|
4711
4715
|
interface Bridges {
|
|
4712
4716
|
deswap?: any;
|
|
@@ -4812,6 +4816,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4812
4816
|
propellerswap: string;
|
|
4813
4817
|
openocean: string;
|
|
4814
4818
|
zeroex: true;
|
|
4819
|
+
cowswap: string;
|
|
4815
4820
|
};
|
|
4816
4821
|
bridges: {
|
|
4817
4822
|
chainlink: {
|
|
@@ -5906,6 +5911,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5906
5911
|
propellerswap: string;
|
|
5907
5912
|
openocean: string;
|
|
5908
5913
|
zeroex: true;
|
|
5914
|
+
cowswap: string;
|
|
5909
5915
|
};
|
|
5910
5916
|
bridges: {
|
|
5911
5917
|
chainlink: {
|
|
@@ -9118,6 +9124,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9118
9124
|
};
|
|
9119
9125
|
markets: {
|
|
9120
9126
|
openocean: string;
|
|
9127
|
+
cowswap: string;
|
|
9121
9128
|
};
|
|
9122
9129
|
bridges: {};
|
|
9123
9130
|
oracles: {
|