Configuring Content

Changing the logo: mainLogoUrl

Recommended logo dimensions are 36px x 36px. If this field is empty, the logo in the top left corner of the widget will be invisible.

mainLogoUrl: ""

Changing the widget title headings: titles

If you would like to change the default titles displayed in the widget. If the string is empty, the title will be invisible.

titles: {
    swap: "Convert",
    settings: "Settings",
    wallets: "Wallets",
    tokens: "Tokens",
    chains: "Chains",
    history: "History",
    transaction: "Transaction",
    destination: "Destination address",
}

Hiding animations: hideAnimations

To hide Squid's bespoke Lottie animations, set this attribute to "false".

hideAnimations: false

Last updated