Skip to content

A script for traversing the AST of the compiled contract / library to get the constant values.

Notifications You must be signed in to change notification settings

SyedAsadKazmi/GetConstantValueFromLibraryUsingHardhat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Constant Value From Library Using Hardhat

Compile

npx hardhat compile

Execute the script

npx hardhat run scripts/getMinTick.js

Or

node scripts/getMinTick.js

About

A script for traversing the AST of the compiled contract / library to get the constant values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published