Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha committed Aug 7, 2021
1 parent 89aadd3 commit 49f5141
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 14 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.0.0"
"packages": [
"packages/*"
],
"version": "0.1.0"
}
2 changes: 1 addition & 1 deletion packages/ignore-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ignore-contracts",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"main": "safe_ignore.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/known-bots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mev-known-bots",
"version": "0.0.0",
"version": "0.1.0",
"description": "known bots",
"author": "sam <[email protected]>",
"homepage": "https://github.com/manifoldfinance/mev-corpus",
Expand Down
2 changes: 1 addition & 1 deletion packages/mev-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mev-accounts",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"main": "list.eoa.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mev-bundle-gwei/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mev-bundle-gwei",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mev-contracts-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mev-contracts-list",
"version": "0.0.0",
"version": "0.1.0",
"description": "> TODO: description",
"author": "sam <[email protected]>",
"homepage": "https://github.com/freight-trust/",
Expand Down
2 changes: 1 addition & 1 deletion packages/mev-honeypot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions packages/mev-honeypot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mev-corpus-honeypot",
"version": "0.0.14",
"version": "0.1.0",
"main": "index.js",
"type": "module",
"description": "MEV Honeypot Contract Addresses",
Expand All @@ -13,7 +13,13 @@
"url": "git+https://github.com/manifoldfinance/mev-corpus.git",
"directory": "packages/mev-honeypot"
},
"keywords": ["ethereum", "MEV", "defi", "cryptocurrencies", "blockchain"],
"keywords": [
"ethereum",
"MEV",
"defi",
"cryptocurrencies",
"blockchain"
],
"author": "sam bacha <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mev-miner-txs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mev-miner-txs",
"version": "0.0.0",
"version": "0.1.0",
"description": "miner transaction hashes",
"author": "sam <[email protected]>",
"homepage": "https://github.com/manifoldfinance/mev-corpus",
Expand Down
2 changes: 1 addition & 1 deletion packages/mev-pending-classification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mev-pending-classification",
"version": "0.0.0",
"version": "0.1.0",
"description": "miner transaction hashes",
"author": "sam <[email protected]>",
"homepage": "https://github.com/manifoldfinance/mev-corpus",
Expand Down
2 changes: 1 addition & 1 deletion packages/mev-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mev-sql-format",
"version": "0.0.0",
"version": "0.1.0",
"description": "data format",
"author": "sam <[email protected]>",
"homepage": "https://github.com/manifoldfinance/mev-corpus/packages/mev-sql",
Expand Down
2 changes: 1 addition & 1 deletion packages/mev-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mev-ethereum-txs",
"version": "0.0.1",
"version": "0.1.0",
"description": "mev transaction hashes",
"author": "sam <[email protected]>",
"homepage": "https://github.com/manifoldfinance/mev-corpus",
Expand Down

0 comments on commit 49f5141

Please sign in to comment.