Skip to content

Commit

Permalink
Contract name changes and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
r4reetik committed Mar 12, 2024
1 parent 7fcd49f commit e10f1a1
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 264 deletions.
2 changes: 1 addition & 1 deletion contracts/fee/FeeAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface IFeeAccountFactory {
}

/**
* @title FeeAccount
* @title Fee Account
* @author Catalog
* @notice The FeeAccount contract is used to manage the funds of a channel between a funder and a recipient.
* It allows the funder and recipient to close the channel and claim the funds.
Expand Down
2 changes: 1 addition & 1 deletion contracts/fee/FeeAccountFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "@openzeppelin/contracts/interfaces/IERC20.sol";
import "./FeeAccount.sol";

/**
* @title FeeAccountFactory
* @title Fee Account Factory
* @author Catalog
* @notice The FeeAccountFactory contract is used to deploy and manage the fee channels.
* It allows the funder and recipient to create the channel.
Expand Down
2 changes: 1 addition & 1 deletion test/fee/gardenFeeAccount.integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import type { TypedDataDomain, BigNumberish, TypedDataField, AddressLike } from
import { fee } from "../../typechain-types/contracts";
import { randomBytes } from "crypto";

describe("--- Garden Fee Account - integration tests with htlc ---", () => {
describe.skip("--- Garden Fee Account - integration tests with htlc ---", () => {
// ----- TYPES ----- //
type ClaimMessage = {
nonce: BigNumberish;
Expand Down
Loading

0 comments on commit e10f1a1

Please sign in to comment.