Skip to content

Commit

Permalink
🐛 fix(revm): Add correct package to workspace (#497)
Browse files Browse the repository at this point in the history
## Description

Changed the name from revmts to revm and forgot to update pnpm-workspace

## Testing

Explain the quality checks that have been done on the code changes

## Additional Information

- [ ] I read the [contributing docs](../docs/contributing.md) (if this
is your first contribution)

Your ENS/address:

---------

Co-authored-by: Will Cory <[email protected]>
  • Loading branch information
roninjin10 and Will Cory authored Sep 30, 2023
1 parent 5948247 commit cda17e9
Show file tree
Hide file tree
Showing 176 changed files with 12 additions and 29,066 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
submodules: true

- name: "Setup"
uses: ./.github/actions/setup
Expand Down
7 changes: 2 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "examples/vite/lib/solmate"]
path = examples/vite/lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "revm"]
[submodule "lib/revm"]
path = lib/revm
url = https://github.com/evmts/revm.git
url = https://github.com/evmts/revm
1 change: 1 addition & 0 deletions lib/revm
Submodule revm added at 80c909
11 changes: 0 additions & 11 deletions lib/revm/.github/dependabot.yml

This file was deleted.

132 changes: 0 additions & 132 deletions lib/revm/.github/workflows/book.yml

This file was deleted.

74 changes: 0 additions & 74 deletions lib/revm/.github/workflows/ci.yml

This file was deleted.

47 changes: 0 additions & 47 deletions lib/revm/.github/workflows/ethereum-tests.yml

This file was deleted.

13 changes: 0 additions & 13 deletions lib/revm/.gitignore

This file was deleted.

Loading

1 comment on commit cda17e9

@vercel
Copy link

@vercel vercel bot commented on cda17e9 Sep 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evmts-docs – ./

evmts-docs-evmts.vercel.app
evmts-docs-git-main-evmts.vercel.app
evmts.dev

Please sign in to comment.