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.
White hat hackers can return funds to the Official Nomad Recovery Address. Contact recovery@nomad.xyz with any questions.
data
: raw data which can be analyzed to produce insights on the Nomad hackdata/hack/
: transactions from the hack & events emitted within themdata/nomad/
: lifecycle events of Nomad messages, used to identify transactions from the hackdata/recovery/
: ERC20 transfer events and token amounts sent into the Official Nomad Recovery Addressdata/white_hats_as_of_<date>.json
: all white hat addresses as identified by TRMdata/bad_actors-amt_by_addr_token-as_of_<date>.json
: all addresses that are still considered bad actors
analysis
: aggregate data compiled by analyzing rawdata
to gain insights to the hackanalysis/hack/
: aggregate data about transactions, tokens, and token recipients involved in the hack
src
: scripts & code used to query data and perform analysissrc/analyze/
: scripts to aggregate insights from raw datasrc/query/
: scripts to query external services to compile raw data