swapr-dapp
swapr-dapp copied to clipboard
Add Swapr to Li Finance liquidity and bridge aggregator.
Prepare a piece of code as shown in the example with Honeyswap, so the aggregator Li Finance can route orders to Swapr and aggregate liquidity from us:
- https://docs.li.finance/official-documentation/for-special-integration-partners/dex-and-dex-aggregators We need to provide a piece of code like that for each network we support: Eth mainnet, ArbitrumOne, Gnosis Chain
Gnosis Chain:
{
name: 'Swapr',
chainId: 100,
webUrl: 'https://swapr.eth.limo/',
tokenlistUrl: 'https://tokens.swapr.eth.limo/',
routerAddress: '0xE43e60736b1cb4a75ad25240E2f9a62Bff65c0C0',
factoryAddress: '0x5D48C95AdfFD4B40c1AAADc4e08fc44117E02179',
initCodeHash: '0xd306a548755b9295ee49cc729e13ca4a45e00199bbd890fa146da43a50571776',
baseTokens: [
{
address: '0x532801ed6f82fffd2dab70a19fc2d7b2772c4f4b',
symbol: 'SWPR',
decimals: 18,,
},
...
],
},
@0xVenky, https://tokens.swapr.eth.limo/ doesn't work :). Someone should look into fixing the subdomain.
We should add a resolver here: https://app.ens.domains/name/tokens.swapr.eth/details
@sacshin
{
name: 'Swapr',
chainId: 100,
webUrl: 'https://swapr.eth.limo/',
tokenlistUrl: 'ipfs://QmUWnK6AFHZ3S1hR7Up1h3Ntax3fP1ZyiTptDNG2cWLTeK',
routerAddress: '0xE43e60736b1cb4a75ad25240E2f9a62Bff65c0C0',
factoryAddress: '0x5D48C95AdfFD4B40c1AAADc4e08fc44117E02179',
initCodeHash: '0xd306a548755b9295ee49cc729e13ca4a45e00199bbd890fa146da43a50571776',
baseTokens: [
{
address: '0x532801ed6f82fffd2dab70a19fc2d7b2772c4f4b',
symbol: 'SWPR',
decimals: 18,,
},
],
},