added fantom in deploy:runner

This commit is contained in:
pradyuman-verma 2022-03-20 20:09:04 +05:30
parent 497e5a9f0b
commit 1444104893
No known key found for this signature in database
GPG Key ID: E36FD6BC8923221F

View File

@ -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"]
}
]);