Skip to content

Commit eadf06f

Browse files
committed
update weiroll helper
1 parent d53bcab commit eadf06f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Cross-Chain Deposit Module
1+
# Cross-Chain Deposit Module (CCDM)
22

3-
The Cross-Chain Deposit Module (CDM) is a sophisticated system designed to facilitate cross-chain deposit campaigns for protocols that want users (APs) to commit liquidity from a source chain into protocols on a destination chain. It consists of two main components: the ```DepositLocker``` on the source chain and the ```DepositExecutor``` on the destination chain.
3+
The Cross-Chain Deposit Module (CCDM) is a sophisticated system designed to facilitate cross-chain deposit campaigns for protocols that want users (APs) to commit liquidity from a source chain into protocols on a destination chain. It consists of two main components: the ```DepositLocker``` on the source chain and the ```DepositExecutor``` on the destination chain.
44

55
## Overview
66

test/utils/WeirollWalletHelper.sol

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
// SPDX-License-Identifier: UNLICENSED
1+
// SPDX-License-Identifier: MIT
22
pragma solidity ^0.8.0;
33

4-
import { WeirollWallet } from "@royco/src/WeirollWallet.sol";
4+
import { WeirollWallet } from "lib/royco/src/WeirollWallet.sol";
55

66
/// @title WeirollWalletHelper
77
/// @notice A helper contract to enable calling view functions of WeirollWallet via STATICCALL.
8+
/// @author Shivaansh Kapoor, Jack Corddry
89
/// @dev This contract contains view functions that can be called via STATICCALL to access the state of a WeirollWallet contract.
910
contract WeirollWalletHelper {
1011
/// @notice Gets the address of the WeirollWallet.

0 commit comments

Comments
 (0)