From f88805d1b79c9470ff2e3fdbf7215d8c637250a8 Mon Sep 17 00:00:00 2001 From: lfeng100 <59289011+lfeng100@users.noreply.github.com> Date: Tue, 28 Jun 2022 15:25:08 -0400 Subject: [PATCH] =?UTF-8?q?Add=20g=C3=B6rli=20to=20=5Fnetid=5Fto=5Fname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously "Unknown netid: 5" Exception would be thrown where 5 is the görli network id --- uniswap/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/uniswap/constants.py b/uniswap/constants.py index d6deeb4..3a51fad 100644 --- a/uniswap/constants.py +++ b/uniswap/constants.py @@ -6,6 +6,7 @@ 1: "mainnet", 3: "ropsten", 4: "rinkeby", + 5: "görli", 10: "optimism", 42: "kovan", 56: "binance",