otomato-sdk 2.0.420 → 2.0.421
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.
|
@@ -254,7 +254,7 @@ export const TRIGGERS = {
|
|
|
254
254
|
"image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/BalanceCheck.svg"
|
|
255
255
|
},
|
|
256
256
|
"INDIVIDUAL_BALANCE_MOVEMENT": {
|
|
257
|
-
"name": "Individual balance movement
|
|
257
|
+
"name": "Individual balance movement",
|
|
258
258
|
"dynamicName": "async (env, { otomatoSDK }) => {\n const { getDynamicNameWrapperHTML, getTokenHTML, getChainHTML, shortenAddress, getComparisonString } = otomatoSDK;\n return getDynamicNameWrapperHTML(\n `${shortenAddress(env.parameters['abiParams.account'])}'s`,\n await getTokenHTML(env.parameters.chainId, env.parameters.contractAddress),\n `balances movement on ${getChainHTML(env.parameters.chainId)} ${getComparisonString(env.parameters.condition, env.parameters.comparisonValue)}`\n );\n }",
|
|
259
259
|
"description": "Detects incoming and outgoing movements from a wallet of a specific token",
|
|
260
260
|
"type": 1,
|
|
@@ -841,7 +841,7 @@ export const TRIGGERS = {
|
|
|
841
841
|
"image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/BalanceCheck.svg"
|
|
842
842
|
},
|
|
843
843
|
"INDIVIDUAL_BALANCE_MOVEMENT": {
|
|
844
|
-
"name": "Individual balance movement
|
|
844
|
+
"name": "Individual balance movement",
|
|
845
845
|
"dynamicName": "async (env, { otomatoSDK }) => {\n const { getDynamicNameWrapperHTML, getTokenHTML, getChainHTML, shortenAddress, getComparisonString } = otomatoSDK;\n return getDynamicNameWrapperHTML(\n `${shortenAddress(env.parameters['abiParams.account'])}'s`,\n await getTokenHTML(env.parameters.chainId, env.parameters.contractAddress),\n `balances movement on ${getChainHTML(env.parameters.chainId)} ${getComparisonString(env.parameters.condition, env.parameters.comparisonValue)}`\n );\n }",
|
|
846
846
|
"description": "Detects incoming and outgoing movements from a wallet of a specific token",
|
|
847
847
|
"type": 1,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.421";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|