Skip to content

Commit

Permalink
Merge pull request #74 from rhinestonewtf/feat/swap-routers
Browse files Browse the repository at this point in the history
feat: add swap routers
  • Loading branch information
kopy-kat authored Oct 4, 2024
2 parents 3e729be + 98dbcb5 commit 1cb7133
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/module/utils/uniswap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ type SwapDetails = {
fee: bigint
}

// todo: add swap router addresses
export const swapRouterAddresses: SwapRouterAddresses = {
1: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
11155111: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
42161: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
421614: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
10: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
11155420: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
137: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
8453: '0x2626664c2603336E57B271c5C0b26F421741e481',
84532: '0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4',
56: '0xB971eF87ede563556b2ED4b1C0b0019111Dd85d2',
43114: '0xbb00FF08d01D300023C629E8fFfFcb65A5a578cE',
}

export const getSwapDetails = (): SwapDetails => {
Expand Down

0 comments on commit 1cb7133

Please sign in to comment.