Skip to content

Commit

Permalink
Remove unnecessary utils (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw authored Dec 10, 2024
1 parent 72ebcd5 commit 3d1a166
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 166 deletions.
4 changes: 2 additions & 2 deletions test/crosschain/ERC7786Receiver.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const { ethers } = require('hardhat');
const { expect } = require('chai');
const { loadFixture } = require('@nomicfoundation/hardhat-network-helpers');

const { getLocalCAIP } = require('../helpers/chains');
const payload = require('../helpers/random').generators.hexBytes(128);
const { getLocalCAIP } = require('../../lib/@openzeppelin-contracts/test/helpers/chains');
const payload = require('../../lib/@openzeppelin-contracts/test/helpers/random').generators.hexBytes(128);
const attributes = [];

const getAddress = account => ethers.getAddress(account.target ?? account.address ?? account);
Expand Down
109 changes: 0 additions & 109 deletions test/helpers/chains.js

This file was deleted.

36 changes: 0 additions & 36 deletions test/helpers/iterate.js

This file was deleted.

19 changes: 0 additions & 19 deletions test/helpers/random.js

This file was deleted.

0 comments on commit 3d1a166

Please sign in to comment.