@gfxlabs/oku-chains 1.1.283 → 1.1.284
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 +1 -0
- package/dist/index-mjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/browser.d.ts +2 -0
- package/dist/types/index-mjs.d.ts +2 -0
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/browser.js
CHANGED
package/dist/index-mjs.js
CHANGED
package/dist/index.js
CHANGED
package/dist/types/browser.d.ts
CHANGED
|
@@ -219,6 +219,7 @@ declare const base: Readonly<{
|
|
|
219
219
|
externalId: {
|
|
220
220
|
zerion: string;
|
|
221
221
|
debank: string;
|
|
222
|
+
cowswap: string;
|
|
222
223
|
tenderly: string;
|
|
223
224
|
};
|
|
224
225
|
markets: {
|
|
@@ -9435,6 +9436,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9435
9436
|
externalId: {
|
|
9436
9437
|
zerion: string;
|
|
9437
9438
|
debank: string;
|
|
9439
|
+
cowswap: string;
|
|
9438
9440
|
tenderly: string;
|
|
9439
9441
|
};
|
|
9440
9442
|
markets: {
|
|
@@ -219,6 +219,7 @@ declare const base: Readonly<{
|
|
|
219
219
|
externalId: {
|
|
220
220
|
zerion: string;
|
|
221
221
|
debank: string;
|
|
222
|
+
cowswap: string;
|
|
222
223
|
tenderly: string;
|
|
223
224
|
};
|
|
224
225
|
markets: {
|
|
@@ -9435,6 +9436,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9435
9436
|
externalId: {
|
|
9436
9437
|
zerion: string;
|
|
9437
9438
|
debank: string;
|
|
9439
|
+
cowswap: string;
|
|
9438
9440
|
tenderly: string;
|
|
9439
9441
|
};
|
|
9440
9442
|
markets: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -219,6 +219,7 @@ declare const base: Readonly<{
|
|
|
219
219
|
externalId: {
|
|
220
220
|
zerion: string;
|
|
221
221
|
debank: string;
|
|
222
|
+
cowswap: string;
|
|
222
223
|
tenderly: string;
|
|
223
224
|
};
|
|
224
225
|
markets: {
|
|
@@ -9435,6 +9436,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9435
9436
|
externalId: {
|
|
9436
9437
|
zerion: string;
|
|
9437
9438
|
debank: string;
|
|
9439
|
+
cowswap: string;
|
|
9438
9440
|
tenderly: string;
|
|
9439
9441
|
};
|
|
9440
9442
|
markets: {
|