Skip to content

Commit 3cf179b

Browse files
feat: added BSC testnet router and factory address (#189)
Co-authored-by: Erik Bjäreholt <erik.bjareholt@gmail.com>
1 parent 754fbc8 commit 3cf179b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

uniswap/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"görli": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
3535
"xdai": "0xA818b4F111Ccac7AA31D0BCc0806d64F2E0737D7",
3636
"binance": "0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73",
37+
"binance_testnet": "0x6725F303b657a9451d8BA641348b6761A6CC7a17",
3738
}
3839

3940
_router_contract_addresses_v2 = {
@@ -43,4 +44,5 @@
4344
"görli": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
4445
"xdai": "0x1C232F01118CB8B424793ae03F870aa7D0ac7f77",
4546
"binance": "0x10ED43C718714eb63d5aA57B78B54704E256024E",
47+
"binance_testnet": "0xD99D1c33F9fC3444f8101754aBC46c52416550D1",
4648
}

0 commit comments

Comments
 (0)