swapr-dapp icon indicating copy to clipboard operation
swapr-dapp copied to clipboard

Add Swapr to Li Finance liquidity and bridge aggregator.

Open sacshin opened this issue 3 years ago • 4 comments

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

sacshin avatar Feb 14 '22 20:02 sacshin

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 avatar Feb 21 '22 12:02 0xVenky

@0xVenky, https://tokens.swapr.eth.limo/ doesn't work :). Someone should look into fixing the subdomain.

adamazad avatar Feb 21 '22 12:02 adamazad

We should add a resolver here: https://app.ens.domains/name/tokens.swapr.eth/details

sacshin avatar May 18 '22 13:05 sacshin

@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,,
      },
    ],
},

adamazad avatar Jul 06 '22 17:07 adamazad