chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:14 -08:00
parent b6a776e5d7
commit 25c96e210a
316 changed files with 29779 additions and 677 deletions

View File

@@ -0,0 +1,58 @@
{
"smartAccounts": {
"enabled": true,
"tracking": {
"accountCreations": {
"enabled": true,
"events": ["account_created", "account_creation_failed"]
},
"delegations": {
"enabled": true,
"events": ["delegation_requested", "delegation_granted", "delegation_revoked", "delegation_expired"]
},
"permissions": {
"enabled": true,
"events": ["permission_requested", "permission_granted", "permission_revoked"]
},
"userOperations": {
"enabled": true,
"events": ["batch_created", "batch_executed", "batch_failed"]
},
"gasUsage": {
"enabled": true,
"trackAverage": true,
"trackPeak": true
}
},
"metrics": {
"accountCreationRate": {
"enabled": true,
"window": "1h"
},
"delegationGrantRate": {
"enabled": true,
"window": "1h"
},
"permissionGrantRate": {
"enabled": true,
"window": "1h"
},
"averageGasUsage": {
"enabled": true,
"window": "24h"
},
"successRate": {
"enabled": true,
"window": "1h"
}
}
},
"endpoints": {
"analytics": "https://analytics.d-bis.org",
"events": "https://events.d-bis.org/api/v1/events"
},
"privacy": {
"anonymize": true,
"retentionDays": 90
}
}