Go to file
Reuf Rujevic 1368af2748
Create Sjenica1
Authorized mit meine Account Sjenica1 github.com reufrujevic750@gmail.com
2022-01-18 12:03:14 +01:00
Connector_agent updated docker image hash 2021-12-05 21:37:13 +05:30
Governance_agent updated docker image hash 2021-12-05 21:37:13 +05:30
Implementation _agent updated docker image hash 2021-12-05 21:37:13 +05:30
INST_Tracking_agent updated docker image hash 2021-12-05 21:37:13 +05:30
Token_Tracking_agent checking transactions to/from dsa 2021-12-04 15:30:24 +05:30
README.md checking transactions to/from dsa 2021-12-04 15:30:24 +05:30
Sjenica1 Create Sjenica1 2022-01-18 12:03:14 +01:00

Instadapp-forta-agents

Agent List

Connector Contract Event Agent : Track these 3 events : add, remove & update.

Implementation Contract Event Agent : Track these 3 events : add, remove & setDefault.

Governance Event Agent : Track these 3 proposal events : execute, propose, queue.

High INST Movements : Detects Transactions with large INST Transfers (100k)

Token_tracking Agent : High volume of DAI and USDC tokens moving in and out of per DSA ($1M USD, but flexible)

Run

Before run the agent to see how it works with real data, specify the JSON-RPC provider in the forta.config.json file. Uncomment the jsonRpcUrl property and set it to a websocket provider (e.g. wss://mainnet.infura.io/ws/v3/) if deploying in production, els use HTTP provider if testing with jest. Then ready to run the agent.

npm start

Test Data

For verifying agent behaviour with transactions -

 npm run tx <Transaction_Hash>