This commit is contained in:
pradyuman-verma 2021-12-05 22:51:55 +05:30 committed by Ishan Jain
parent c4d17ace2e
commit daff34ca79

View File

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