Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = https://github.com/foundry-rs/forge-std
[submodule "lib/enso-weiroll"]
path = lib/enso-weiroll
url = https://github.com/EnsoFinance/enso-weiroll
url = https://github.com/EnsoBuild/enso-weiroll
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Weiroll is a flexible execution system designed to enable trust-minimized and ga

This repository owes its origins to the pioneering work done by the original [weiroll](https://github.com/weiroll/weiroll) project.

In addition, we also acknowledge the innovative team behind [Enso Finance's fork of weiroll](https://github.com/enso-finance/enso-weiroll).
In addition, we also acknowledge the innovative team behind [Enso's (enso.build) fork of weiroll](https://github.com/EnsoBuild/enso-weiroll).

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions src/DeployableVM.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {VM as WeirollVM} from "lib/enso-weiroll/contracts/VM.sol";
/**
* @title DeployableVM for arbitrary contracts wanting to use Weiroll's VM.
* @author CoW Protocol Developers
* @dev This contract makes use of Enso Finance's audited Weiroll VM contract available
* at: https://github.com/EnsoFinance/enso-weiroll. The original Weiroll is
* @dev This contract makes use of Enso's (enso.build) audited Weiroll VM contract available
* at: https://github.com/EnsoBuild/enso-weiroll. The original Weiroll is
* available at: https://github.com/weiroll/weiroll.
*/
contract DeployableVM is WeirollVM {
Expand Down