Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad8c8a1

Browse filesBrowse files
fix: add sepolia testnet constants (#347)
1 parent fa46b80 commit ad8c8a1
Copy full SHA for ad8c8a1

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎uniswap/constants.py

Copy file name to clipboardExpand all lines: uniswap/constants.py
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
421611: "arbitrum_testnet",
3232
1666600000: "harmony_mainnet",
3333
1666700000: "harmony_testnet",
34+
11155111: "sepolia"
3435
}
3536

3637
_factory_contract_addresses_v1 = {
@@ -55,6 +56,7 @@
5556
# SushiSwap on Harmony
5657
"harmony_mainnet": "0xc35DADB65012eC5796536bD9864eD8773aBc74C4",
5758
"harmony_testnet": "0xc35DADB65012eC5796536bD9864eD8773aBc74C4",
59+
"sepolia": "0x7E0987E5b3a30e3f2828572Bb659A548460a3003"
5860
}
5961

6062
_router_contract_addresses_v2 = {
@@ -68,6 +70,8 @@
6870
# SushiSwap on Harmony
6971
"harmony_mainnet": "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506",
7072
"harmony_testnet": "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506",
73+
#sepolia tesnet router address
74+
"sepolia": "0xC532a74256D3Db42D0Bf7a0400fEFDbad7694008",
7175
}
7276

7377
MAX_UINT_128 = (2**128) - 1

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.