Skip to content

Commit

Permalink
add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCardinalError committed Aug 27, 2024
1 parent de49c43 commit f91b49d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ const config: HardhatUserConfig = {
etherscan: {
apiKey: {
mainnet: mainnetEtherscanKey || '',
sepolia: mainnetEtherscanKey || '',
testnet: testnetEtherscanKey || '',
testnetlight: testnetEtherscanKey || '',
},
Expand Down Expand Up @@ -229,7 +228,7 @@ const config: HardhatUserConfig = {
runOnCompile: false,
},
gasReporter: {
enabled: true,
enabled: false,
currency: 'USD',
gasPriceApi: 'https://api.gnosisscan.io/api?module=proxy&action=eth_gasPrice', // https://docs.gnosischain.com/tools/oracles/gas-price
token: 'GNO',
Expand Down
1 change: 0 additions & 1 deletion src/Redistribution.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ interface IStakeRegistry {
bytes32 overlay;
uint256 stakeAmount;
uint256 lastUpdatedBlockNumber;
bool isValue;
}

function freezeDeposit(address _owner, uint256 _time) external;
Expand Down

0 comments on commit f91b49d

Please sign in to comment.