From 1444104893509f76aeca913eed564d5aed5ffffe Mon Sep 17 00:00:00 2001 From: pradyuman-verma Date: Sun, 20 Mar 2022 20:09:04 +0530 Subject: [PATCH] added fantom in deploy:runner --- scripts/deployment/deployConnectorsFromCmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deployment/deployConnectorsFromCmd.ts b/scripts/deployment/deployConnectorsFromCmd.ts index 9ed56c14..07661b65 100644 --- a/scripts/deployment/deployConnectorsFromCmd.ts +++ b/scripts/deployment/deployConnectorsFromCmd.ts @@ -24,7 +24,7 @@ async function deployRunner() { name: "chain", message: "What chain do you want to deploy on?", type: "list", - choices: ["mainnet", "polygon", "avalanche", "arbitrum", "optimism"] + choices: ["mainnet", "polygon", "avalanche", "arbitrum", "optimism", "fantom"] } ]);