Skip to content

Commit

Permalink
fix(pkgs): pkgtoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Mar 24, 2021
1 parent 12da402 commit 9a33c40
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# MEV Data Corpus

> Acccounts, Contract Addresses and Transaction Hashes
> Miner Extracted Value Data Corpus

<!-- START pkgtoc, keep to allow update -->

**Packages**

| Package | Description |
| :--------------------------------------------------------------------- | :------------------------------- |
| **[chain-utils](packages/chain-utils/)** | |
| **[dune](packages/dune/)** | |
| **[etherscan](packages/etherscan/)** | |
| **[ignore-contracts](packages/ignore-contracts/)** | |
| **[mev-accounts](packages/mev-accounts/)** | |
| **[mev-bundle-gwei](packages/mev-bundle-gwei/)** | |
| **[mev-contracts-list](packages/mev-contracts-list/)** | > TODO: description |
| **[mev-corpus-exchanges](packages/exchange-accounts/)** | list of known exchange addresses |
| **[mev-ethereum-txs](packages/mev-transactions/)** | mev transaction hashes |
| **[mev-known-bots](packages/known-bots/)** | known bots |
| **[mev-miner-txs](packages/mev-miner-txs/)** | miner transaction hashes |
| **[mev-pending-classification](packages/mev-pending-classification/)** | miner transaction hashes |
| **[mev-sql-format](packages/mev-sql/)** | data format |
| **[solidity-utils](packages/solidity-utils/)** | > TODO: description |
| **[verified-contracts](packages/verified-contracts/)** | etherscan verified contracts |

<!-- END pkgtoc, keep to allow update -->

## Overview

Expand Down
15 changes: 15 additions & 0 deletions packages/chain-utils/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "chain-utils",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "sam",
"license": "ISC"
}
15 changes: 15 additions & 0 deletions packages/dune/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "dune",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "sam",
"license": "ISC"
}
15 changes: 15 additions & 0 deletions packages/etherscan/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "etherscan",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "sam",
"license": "ISC"
}
12 changes: 12 additions & 0 deletions packages/ignore-contracts/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "ignore-contracts",
"version": "1.0.0",
"description": "",
"main": "safe_ignore.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "sam",
"license": "ISC"
}
12 changes: 12 additions & 0 deletions packages/mev-accounts/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "mev-accounts",
"version": "1.0.0",
"description": "",
"main": "list.eoa.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "sam",
"license": "ISC"
}
12 changes: 12 additions & 0 deletions packages/mev-bundle-gwei/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "mev-bundle-gwei",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "sam",
"license": "ISC"
}

0 comments on commit 9a33c40

Please sign in to comment.