mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-09 14:18:04 -05:00
fix: Renamed blank script
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ pragma solidity ^0.8.13;
|
||||
import {ForkManagement} from 'script/helpers/ForkManagement.sol';
|
||||
import 'forge-std/Script.sol';
|
||||
|
||||
contract RedeployCollectActionModule is Script, ForkManagement {
|
||||
contract BlankScriptTemplate is Script, ForkManagement {
|
||||
using stdJson for string;
|
||||
|
||||
struct LensAccount {
|
||||
|
||||
Reference in New Issue
Block a user