mirror of
https://github.com/vacp2p/staking-reward-streamer.git
synced 2026-01-08 23:08:19 -05:00
implement base indexes logic
This commit is contained in:
@@ -12,7 +12,7 @@ contract StakeManagerScript is Script {
|
||||
function run() public {
|
||||
vm.startBroadcast();
|
||||
|
||||
stakeManager = new StakeManager();
|
||||
// stakeManager = new StakeManager();
|
||||
|
||||
vm.stopBroadcast();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user