otomato-sdk 1.5.43 → 1.5.44
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.
|
@@ -1155,8 +1155,8 @@ export const ACTIONS = {
|
|
|
1155
1155
|
"chains": [
|
|
1156
1156
|
34443
|
|
1157
1157
|
],
|
|
1158
|
+
"image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/swap.png",
|
|
1158
1159
|
"SWAP": {
|
|
1159
|
-
"id": 100005,
|
|
1160
1160
|
"name": "Swap",
|
|
1161
1161
|
"description": "Swap two assets using the best market rates accross multiple pools",
|
|
1162
1162
|
"type": 1,
|
|
@@ -1223,7 +1223,7 @@ export const ACTIONS = {
|
|
|
1223
1223
|
"value": 1,
|
|
1224
1224
|
"mandatory": true,
|
|
1225
1225
|
"category": 1
|
|
1226
|
-
}
|
|
1226
|
+
},
|
|
1227
1227
|
],
|
|
1228
1228
|
"examples": [
|
|
1229
1229
|
{
|
|
@@ -1265,9 +1265,9 @@ export const ACTIONS = {
|
|
|
1265
1265
|
"Transfer ETH"
|
|
1266
1266
|
]
|
|
1267
1267
|
},
|
|
1268
|
-
"
|
|
1269
|
-
|
|
1270
|
-
|
|
1268
|
+
"blockId": 100013,
|
|
1269
|
+
"image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/swap.png"
|
|
1270
|
+
}
|
|
1271
1271
|
}
|
|
1272
1272
|
},
|
|
1273
1273
|
"NOTIFICATIONS": {
|
|
@@ -458,8 +458,8 @@ export declare const ACTIONS: {
|
|
|
458
458
|
SWAP: {
|
|
459
459
|
description: string;
|
|
460
460
|
chains: number[];
|
|
461
|
+
image: string;
|
|
461
462
|
SWAP: {
|
|
462
|
-
id: number;
|
|
463
463
|
name: string;
|
|
464
464
|
description: string;
|
|
465
465
|
type: number;
|
|
@@ -482,34 +482,7 @@ export declare const ACTIONS: {
|
|
|
482
482
|
tokenOut: string;
|
|
483
483
|
transactionHash: string;
|
|
484
484
|
};
|
|
485
|
-
parameters:
|
|
486
|
-
key: string;
|
|
487
|
-
type: string;
|
|
488
|
-
description: string;
|
|
489
|
-
mandatory: boolean;
|
|
490
|
-
category: number;
|
|
491
|
-
erc20FormattedAmount?: undefined;
|
|
492
|
-
value?: undefined;
|
|
493
|
-
} | {
|
|
494
|
-
key: string;
|
|
495
|
-
type: string;
|
|
496
|
-
description: string;
|
|
497
|
-
mandatory: boolean;
|
|
498
|
-
category: number;
|
|
499
|
-
erc20FormattedAmount: {
|
|
500
|
-
contractAddress: string;
|
|
501
|
-
chain: string;
|
|
502
|
-
};
|
|
503
|
-
value?: undefined;
|
|
504
|
-
} | {
|
|
505
|
-
key: string;
|
|
506
|
-
type: string;
|
|
507
|
-
description: string;
|
|
508
|
-
value: number;
|
|
509
|
-
mandatory: boolean;
|
|
510
|
-
category: number;
|
|
511
|
-
erc20FormattedAmount?: undefined;
|
|
512
|
-
})[];
|
|
485
|
+
parameters: Parameter[];
|
|
513
486
|
examples: {
|
|
514
487
|
name: string;
|
|
515
488
|
description: string;
|
|
@@ -526,9 +499,9 @@ export declare const ACTIONS: {
|
|
|
526
499
|
label: string[];
|
|
527
500
|
labelNotAuthorized: string[];
|
|
528
501
|
};
|
|
529
|
-
|
|
502
|
+
blockId: number;
|
|
503
|
+
image: string;
|
|
530
504
|
};
|
|
531
|
-
blockId: number;
|
|
532
505
|
};
|
|
533
506
|
};
|
|
534
507
|
NOTIFICATIONS: {
|