@web3modal/scaffold-vue
Advanced tools
Comparing version
@@ -88,4 +88,23 @@ import type { Web3ModalScaffold } from '@web3modal/scaffold'; | ||
event: "CLICK_GET_WALLET"; | ||
} | { | ||
type: "track"; | ||
event: "CLICK_TRANSACTIONS"; | ||
} | { | ||
type: "track"; | ||
event: "ERROR_FETCH_TRANSACTIONS"; | ||
properties: { | ||
address: string; | ||
projectId: string; | ||
cursor: string | undefined; | ||
}; | ||
} | { | ||
type: "track"; | ||
event: "LOAD_MORE_TRANSACTIONS"; | ||
properties: { | ||
address: string | undefined; | ||
projectId: string; | ||
cursor: string | undefined; | ||
}; | ||
}; | ||
}; | ||
export {}; |
{ | ||
"name": "@web3modal/scaffold-vue", | ||
"version": "3.4.0-0c7ed050", | ||
"version": "3.4.0-330d1560", | ||
"type": "module", | ||
@@ -19,3 +19,3 @@ "main": "./dist/esm/index.js", | ||
"dependencies": { | ||
"@web3modal/scaffold": "3.4.0-0c7ed050" | ||
"@web3modal/scaffold": "3.4.0-330d1560" | ||
}, | ||
@@ -22,0 +22,0 @@ "peerDependencies": { |
9542
5.51%187
11.31%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed