Skip to content

Commit

Permalink
feat: add Pangolin DEX on AVA (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
melianessa committed Nov 9, 2022
1 parent 015f6c7 commit 6f85bf1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Binary file added src/assets/icons/exchanges/pangolin.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/exchanges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,25 @@ export const supportedExchanges: Array<Exchange> = [
findDefaultToken(CoinKey.SUSHI, ChainId.AVA),
],
},
{
key: 'pangolin-ava',
name: 'Pangolin',
chainId: ChainId.AVA,
logoURI:
'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/exchanges/pangolin.png',
webUrl: 'https://pangolin.exchange/',
tokenlistUrl:
'https://raw.githubusercontent.com/pangolindex/tokenlists/main/pangolin.tokenlist.json',
routerAddress: '0xE54Ca86531e17Ef3616d22Ca28b0D458b6C89106',
factoryAddress: '0xefa94DE7a4656D787667C749f7E1223D71E9FD88',
initCodeHash:
'0x40231f6b438bce0797c9ada29b718a87ea0a5cea3fe9a771abdd76bd41a3e545',
baseTokens: [
findWrappedGasOnChain(ChainId.AVA),
findDefaultToken(CoinKey.USDC, ChainId.AVA),
findDefaultToken(CoinKey.USDT, ChainId.AVA),
],
},

// 42161 - Arbitrum
{
Expand Down

0 comments on commit 6f85bf1

Please sign in to comment.