2️⃣Configure the Widget
const config = {
fromInput: '0.1',
fromToken: {
address: '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE',
chainId: '1'
},
toToken: {
address: '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE',
chainId: '56'
},
referrer: '0xFD19727868A8197F42e7a52d024374598F62953B'
}
function App() {
return (
<div>
<Widget config={config} />
</div>
)
}Disabling the specific chains

Disabling the specific tokens

Featuring the tokens you wish to promote

Configure the referrer
Set the commission rate
Last updated