Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Apr 24, 2024
1 parent 3d3ed52 commit 5eb8501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions script/1_Action.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ pragma solidity ^0.8.0;

import {Base} from "./common/Base.sol";

interface III {
}
interface III {}

contract Action1 is Base {

function run() public sphinx {
// your script
// your script
}
}
3 changes: 1 addition & 2 deletions script/common/Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import "@sphinx-labs/contracts/SphinxPlugin.sol";

contract Base is Sphinx, Script {
function configureSphinx() public override {
sphinxConfig.owners = [
];
sphinxConfig.owners = [];
sphinxConfig.orgId = "cluanacaw000111jik4xs4wkl";
sphinxConfig.threshold = 0;
sphinxConfig.projectName = "Relayer-Automation";
Expand Down

0 comments on commit 5eb8501

Please sign in to comment.