This commit is contained in:
pradyuman-verma 2021-12-05 22:51:55 +05:30
parent f55d28eec7
commit 8f74bc420c

View File

@ -26,6 +26,7 @@ const chainIds = {
ropsten: 3,
avalanche: 43114,
polygon: 137,
arbitrum: 42161,
};
const alchemyApiKey = process.env.ALCHEMY_API_KEY;