Simple transactor script aim to manage contact interaction for multiple account.
npm installPerquisites: Make sure you have the file
database.xlsx
npm run db:initnpm run db:ts// sybils.config.ts
export default {
storage: {
fileName: 'database.xlsx',
sheetNames: ['Sheet3', 'Sheet4'],
},
jobs: [
{
name: 'supplyMaticOnAave',
args: ['0.0000001'], // amount $MATIC to supply
},
{
name: 'supplyEthOnCompound',
args: ['0.0000001'], // amount $ETH to supply
},
],
};npm startnpm run db:viewer
// Go to http://localhost:5555