You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Get your Builder Code from base.dev > Settings > Builder Code
59
+
const DATA_SUFFIX =Attribution.toDataSuffix({
60
+
codes: ['YOUR-BUILDER-CODE'],
61
+
});
56
62
57
63
exportconst config =createConfig({
58
64
chains: [base],
@@ -67,6 +73,7 @@ Your app uses the Farcaster SDK. The migration replaces Farcaster-specific auth,
67
73
transports: {
68
74
[base.id]: http(),
69
75
},
76
+
dataSuffix: DATA_SUFFIX,
70
77
});
71
78
72
79
declaremodule'wagmi' {
@@ -173,7 +180,7 @@ Your app uses the Farcaster SDK. The migration replaces Farcaster-specific auth,
173
180
</Step>
174
181
175
182
<Steptitle="Register on Base.dev">
176
-
If you haven't registered yet, create a project at [Base.dev](https://www.base.dev) and complete your app metadata: name, icon, tagline, description, screenshots, category, primary URL, and [builder code](/apps/builder-codes/builder-codes). Already registered apps do not need to re-register or update metadata.
183
+
If you haven't registered yet, create a project at [Base.dev](https://www.base.dev) and complete your app metadata: name, icon, tagline, description, screenshots, category, primary URL, and [builder code](/apps/builder-codes/builder-codes). Already registered apps do not need to re-register or update metadata. To attribute transactions from web users outside the Base App browser, also add your Builder Code as a `dataSuffix` to your wagmi config. See [Builder Codes for App Developers](/apps/builder-codes/app-developers).
0 commit comments