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 754fbc8

Browse filesBrowse files
authored
feat: added Optimism and Arbitrum support (updated constants.py) (#186)
1 parent eecc240 commit 754fbc8
Copy full SHA for 754fbc8

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-0
lines changed

‎uniswap/constants.py

Copy file name to clipboardExpand all lines: uniswap/constants.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
1: "mainnet",
77
3: "ropsten",
88
4: "rinkeby",
9+
10: "optimism",
910
42: "kovan",
1011
56: "binance",
1112
97: "binance_testnet",
1213
137: "polygon",
1314
100: "xdai",
15+
42161: "arbitrum",
16+
421611: "arbitrum_testnet",
1417
}
1518

1619
_factory_contract_addresses_v1 = {

0 commit comments

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