Skip to content

Commit

Permalink
Use NPM package instead of github ref for TokenMock
Browse files Browse the repository at this point in the history
  • Loading branch information
manumonti committed Sep 11, 2024
1 parent 747b3fa commit 2f30fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/TokenMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pragma solidity ^0.8.9;

import "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol";
import "@thesis-co/solidity-contracts/contracts/token/ERC20WithPermit.sol";

contract TokenMock is ERC20WithPermit {
constructor() ERC20WithPermit("Token Mock", "T") {}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@thesis-co/solidity-contracts": "^0.0.1-dev.0",
"bignumber.js": "^9.0.2",
"ora": "5.4.1",
"simple-git": "^3.19.1"
Expand Down

0 comments on commit 2f30fc2

Please sign in to comment.