otomato-sdk 2.0.322 → 2.0.323
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.
|
@@ -177,7 +177,7 @@ export const TRIGGERS = {
|
|
|
177
177
|
},
|
|
178
178
|
"BALANCE_MOVEMENT": {
|
|
179
179
|
"name": "Balance movement",
|
|
180
|
-
"dynamicName": "async (env, { otomatoSDK }) => {\n const { getDynamicNameWrapperHTML, getChainHTML, shortenAddress } = otomatoSDK;\n return getDynamicNameWrapperHTML(\n `${shortenAddress(env.parameters.walletAddress)}'s`,\n 'balance movement'
|
|
180
|
+
"dynamicName": "async (env, { otomatoSDK }) => {\n const { getDynamicNameWrapperHTML, getChainHTML, shortenAddress } = otomatoSDK;\n return getDynamicNameWrapperHTML(\n `${shortenAddress(env.parameters.walletAddress)}'s`,\n 'balance movement'\n );\n }",
|
|
181
181
|
"description": "Detects incoming and outgoing movements from a wallet",
|
|
182
182
|
"type": 3,
|
|
183
183
|
"parameters": [
|
|
@@ -653,7 +653,7 @@ export const TRIGGERS = {
|
|
|
653
653
|
},
|
|
654
654
|
"BALANCE_MOVEMENT": {
|
|
655
655
|
"name": "Balance movement",
|
|
656
|
-
"dynamicName": "async (env, { otomatoSDK }) => {\n const { getDynamicNameWrapperHTML, getChainHTML, shortenAddress } = otomatoSDK;\n return getDynamicNameWrapperHTML(\n `${shortenAddress(env.parameters.walletAddress)}'s`,\n 'balance movement'
|
|
656
|
+
"dynamicName": "async (env, { otomatoSDK }) => {\n const { getDynamicNameWrapperHTML, getChainHTML, shortenAddress } = otomatoSDK;\n return getDynamicNameWrapperHTML(\n `${shortenAddress(env.parameters.walletAddress)}'s`,\n 'balance movement'\n );\n }",
|
|
657
657
|
"description": "Detects incoming and outgoing movements from a wallet",
|
|
658
658
|
"type": 3,
|
|
659
659
|
"parameters": [
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.323";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|