From 0228662be2b436267034468a7563eaaf6a8fc805 Mon Sep 17 00:00:00 2001 From: Sobiesky <34169914+PLKuba@users.noreply.github.com> Date: Sun, 19 Dec 2021 20:26:30 +0100 Subject: [PATCH] add fantom net_id --- uniswap/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/uniswap/constants.py b/uniswap/constants.py index f041d98..164514c 100644 --- a/uniswap/constants.py +++ b/uniswap/constants.py @@ -12,6 +12,7 @@ 97: "binance_testnet", 137: "polygon", 100: "xdai", + 250: "fantom", 42161: "arbitrum", 421611: "arbitrum_testnet", }