superchain-tooltip.ts•576 B
/**
* Tippy.js properties for the Superchain tooltip.
*/
export const superchainTooltipProps: { [prop: string]: string | boolean } = {
content:
'<strong>Important:</strong> Only available on chains in the Superchain. Requires deploying your contract to the same address on every chain in the Superchain. <a class="light-link" href="https://docs.optimism.io/stack/interop/superchain-erc20#requirements" target="_blank" rel="noopener noreferrer">Read more.</a>',
trigger: 'manual',
placement: 'bottom',
maxWidth: '22em',
allowHTML: true,
interactive: true,
};