UNPKG

flowbatcher

Version:

Save gas by batching multiple ETH and ERC-20 transactions into a single operation, optimizing efficiency and reducing costs.

13 lines (10 loc) 283 B
/* description: contains names of global keys used in the application */ const globalKeysEnum = Object.freeze({ PROVIDER: "provider", SIGNER: "signer", BATCH_TRANSFER_CONTRACT: "batchTransferContract", ERC20_CONTRACT: "erc20Contract", }) module.exports = globalKeysEnum