Custom App Info
Customizing your app’s info
You can pass your app’s info in the appInfo prop for RainbowKitProvider. Properties you can modify are your app's name (appName) and the link where the “Learn More” button in the connection modal redirects to (learnMoreUrl):
You can provide your own disclaimer to be displayed at the bottom of the connection modal. The disclaimer property in appInfo takes a DisclaimerComponent with arguments Text and Link. You can use it to build your own disclaimer that inherits the theming system. We export the DisclaimerComponent type for TypeScript users: