Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add on-chain tracking version info and form submission link #677

Merged
merged 2 commits into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion pages/sdk/onchain-tracking.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Tabs, Steps } from 'nextra/components'
import { Tabs, Steps, Callout } from 'nextra/components'

# On-chain Tracking

Expand All @@ -8,6 +8,10 @@ Implementing a Safe on-chain identifier enables tracking of complex data, such a

By submitting your on-chain identifier through the form provided at the end of this page, you will help us accurately attribute activity and allow us to return value to our Ecosystem Partners in the future.

<Callout type='info' emoji='ℹ️'>
On-chain tracking is supported starting from [Protocol Kit](../sdk/protocol-kit.mdx) `v5.2.0` and [Relay Kit](../sdk/relay-kit.mdx) `v3.4.0`.
</Callout>

## On-chain identifier format

The identifiers used to track Safe deployments and transactions are 50 bytes in length and follow the format below:
Expand Down Expand Up @@ -215,6 +219,8 @@ The on-chain identifier allows tracking the deployment of Safe accounts, the exe

## Submission Form

You can fill out the form by clicking [this link](https://forms.gle/NYkorYebc6Fz1fMW6) or using the form below:

<br/>

<iframe
Expand Down
Loading