Skip to content

nomad-xyz/hack-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba9adb9 · Dec 20, 2022

History

15 Commits
Aug 9, 2022
Dec 20, 2022
Aug 9, 2022
Aug 9, 2022
Aug 9, 2022
Aug 9, 2022
Aug 31, 2022
Aug 9, 2022
Aug 9, 2022
Aug 9, 2022
Aug 8, 2022
Sep 18, 2022
Aug 9, 2022
Aug 9, 2022
Aug 9, 2022
Aug 9, 2022

Repository files navigation

Nomad Hack Data

About

This repo contains data pertaining to the Nomad Bridge Hack on August 1, 2022. Nomad and community members alike can leverage this repo to perform data analysis.

Returning Funds

White hat hackers can return funds to the Official Nomad Recovery Address. Contact recovery@nomad.xyz with any questions.

Repo Layout

Data

  • data: raw data which can be analyzed to produce insights on the Nomad hack
    • data/hack/: transactions from the hack & events emitted within them
    • data/nomad/: lifecycle events of Nomad messages, used to identify transactions from the hack
    • data/recovery/: ERC20 transfer events and token amounts sent into the Official Nomad Recovery Address
    • data/white_hats_as_of_<date>.json: all white hat addresses as identified by TRM
    • data/bad_actors-amt_by_addr_token-as_of_<date>.json: all addresses that are still considered bad actors

Analysis

  • analysis: aggregate data compiled by analyzing raw data to gain insights to the hack
    • analysis/hack/: aggregate data about transactions, tokens, and token recipients involved in the hack

Source Code

  • src: scripts & code used to query data and perform analysis
    • src/analyze/: scripts to aggregate insights from raw data
    • src/query/: scripts to query external services to compile raw data