We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f710c95 commit e86f9bdCopy full SHA for e86f9bd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "2.10.2",
+ "version": "2.10.3",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/safe-apps.ts
@@ -28,6 +28,7 @@ export type SafeAppData = {
28
chainIds: string[]
29
provider?: SafeAppProvider
30
accessControl: SafeAppsAccessControlPolicies
31
+ tags: string[]
32
}
33
34
export type SafeAppsResponse = SafeAppData[]
0 commit comments