Skip to content

Commit

Permalink
(test/names): remove unused base58 decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed May 3, 2024
1 parent 4d92020 commit b37a433
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 139 deletions.
137 changes: 0 additions & 137 deletions test/names/Base58Helper.sol

This file was deleted.

3 changes: 1 addition & 2 deletions test/names/NameRegistry.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import {StdCheats} from "forge-std/StdCheats.sol";
import "forge-std/console.sol";
import "../setup/HumanRegistration.sol";
import "./MockNameRegistry.sol";
import "./base58Helper.sol";

contract NamesTest is Test, HumanRegistration, Base58Decode {
contract NamesTest is Test, HumanRegistration {
// Constants

// IPFS hash for Ubuntu 20.04, random CIDv0
Expand Down

0 comments on commit b37a433

Please sign in to comment.