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 f5a9e86

Browse filesBrowse files
committed
fix: cleaned up sepolia address
1 parent 4f15d2e commit f5a9e86
Copy full SHA for f5a9e86

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-4
lines changed

‎uniswap/constants.py

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

3737
_factory_contract_addresses_v1 = {
@@ -56,22 +56,21 @@
5656
# SushiSwap on Harmony
5757
"harmony_mainnet": "0xc35DADB65012eC5796536bD9864eD8773aBc74C4",
5858
"harmony_testnet": "0xc35DADB65012eC5796536bD9864eD8773aBc74C4",
59-
"sepolia": "0x7E0987E5b3a30e3f2828572Bb659A548460a3003"
59+
"sepolia": "0x7E0987E5b3a30e3f2828572Bb659A548460a3003",
6060
}
6161

6262
_router_contract_addresses_v2 = {
6363
"mainnet": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
6464
"ropsten": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
6565
"rinkeby": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
6666
"görli": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
67+
"sepolia": "0xC532a74256D3Db42D0Bf7a0400fEFDbad7694008",
6768
"xdai": "0x1C232F01118CB8B424793ae03F870aa7D0ac7f77",
6869
"binance": "0x10ED43C718714eb63d5aA57B78B54704E256024E",
6970
"binance_testnet": "0xD99D1c33F9fC3444f8101754aBC46c52416550D1",
7071
# SushiSwap on Harmony
7172
"harmony_mainnet": "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506",
7273
"harmony_testnet": "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506",
73-
#sepolia tesnet router address
74-
"sepolia": "0xC532a74256D3Db42D0Bf7a0400fEFDbad7694008",
7574
}
7675

7776
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.