Skip to content

Commit

Permalink
docs: add link to where I got the deploy addresses from
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Jul 24, 2024
1 parent bf6086e commit 74d361d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uniswap_sdk/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def get_contract_instance(ct: ContractContainer, chain_id: int) -> ContractInsta
chain_id("blast", "mainnet"): addr("0x792edAdE80af5fC680d96a2eD80A44247D2Cf6Fd"),
},
# NOTE: UniswapV3Pool addresses should be queried from factory
# https://github.com/Uniswap/universal-router/tree/main/deploy-addresses
UNI_ROUTER.UniversalRouter.contract_type.name: {
0: addr("0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD"),
chain_id("arbitrum", "mainnet"): addr("0x5E325eDA8064b456f4781070C0738d849c824258"),
Expand Down

0 comments on commit 74d361d

Please sign in to comment.