This website requires JavaScript.
Explore
Help
Sign In
logos-co
/
staking
mirror of
https://github.com/logos-co/staking.git
Watch
1
Star
0
Fork
You've already forked staking
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1f7880a573
staking
/
remappings.txt
3 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor: migrate repository to foundry-template (#6) This commit migrates the repo to our foundry template, which ensures we have consistent tooling across smart contract repositories that are maintained by Vac. This removes all hardhat related files and workflows and replaces them with more perfomant foundry workflows. It also sets up tests, CI and linting.
2023-09-12 16:37:30 +00:00
forge-std/=lib/forge-std/src/
fix(remappings): add trailing slash to OZ remapping (#26) Even though import lookup during compilation works fine without it, language servers get confused and expect the trailing slash.
2023-10-10 11:52:10 +00:00
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/