Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Nov 26, 2024
1 parent 636a485 commit 80bf882
Showing 1 changed file with 36 additions and 4 deletions.
40 changes: 36 additions & 4 deletions src/mods/universal/ethereum/mods/uniswap/v3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,51 @@ import { ERC20Metadata } from "../../tokens/mods"
export namespace FactoryV3 {

export const factoryByChainId = {
1: "0x1F98431c8aD98523631AE4a59f267346ea31F984" as Address
1: "0x1F98431c8aD98523631AE4a59f267346ea31F984" as Address,
10: "0x1F98431c8aD98523631AE4a59f267346ea31F984" as Address,
56: "0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7" as Address,
137: "0x1F98431c8aD98523631AE4a59f267346ea31F984" as Address,
324: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422" as Address,
8453: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD" as Address,
42161: "0x1F98431c8aD98523631AE4a59f267346ea31F984" as Address,
42220: "0xAfE208a311B21f13EF87E33A90049fC17A7acDEc" as Address,
43114: "0x740b1c1de25031C31FF4fC9A62f554A55cdC1baD" as Address
}

export const wethByChainId = {
1: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2" as Address
1: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2" as Address,
10: "0x4200000000000000000000000000000000000006" as Address,
56: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c" as Address,
137: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270" as Address,
324: "0x5A7d6b2F92C77FAD6CCaBd7EE0624E64907Eaf3E" as Address,
8453: "0x4200000000000000000000000000000000000006" as Address,
42161: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1" as Address,
42220: "0x471EcE3750Da237f93B8E339c536989b8978a438" as Address,
43114: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7" as Address
}

export const usdcByChainId = {
1: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" as Address
1: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" as Address,
10: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85" as Address,
56: "0x55d398326f99059fF775485246999027B3197955" as Address,
137: "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174" as Address,
324: "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4" as Address,
8453: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" as Address,
42161: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" as Address,
42220: "0x765DE816845861e75A25fCA122bb6898B8B1282a" as Address,
43114: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" as Address
}

export const usdcWethPoolByChainId = {
1: "0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640" as Address
1: "0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640" as Address,
10: "0x1fb3cf6e48F1E7B10213E7b6d87D4c073C7Fdb7b" as Address,
56: "0x6fe9E9de56356F7eDBfcBB29FAB7cd69471a4869" as Address,
137: "0xA374094527e1673A86dE625aa59517c5dE346d32" as Address,
324: "0xa0769A3c6AF68812Bb3A5cBd511f7879033440Eb" as Address,
8453: "0xd0b53D9277642d899DF5C87A3966A349A798F224" as Address,
42161: "0xC6962004f452bE9203591991D15f6b388e09E8D0" as Address,
42220: "0x2d70cBAbf4d8e61d5317b62cBe912935FD94e0FE" as Address,
43114: "0xfAe3f424a0a47706811521E3ee268f00cFb5c45E" as Address
}

export namespace GetPool {
Expand Down

0 comments on commit 80bf882

Please sign in to comment.