Skip to content

Commit

Permalink
more networks
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Sep 23, 2024
1 parent 7b4cd19 commit 0a62d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/common/Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import "@sphinx-labs/contracts/SphinxPlugin.sol";
contract Base is Sphinx, Script {
function configureSphinx() public override {
sphinxConfig.projectName = "Helix-DAO";
sphinxConfig.mainnets = ["gnosis"];
sphinxConfig.mainnets = ["arbitrum", "astar-zkevm", "avalanche", "base", "blast", "bsc", "darwinia", "linea", "mantle", "moonbeam", "optimistic", "polygon-pos", "scroll", "zircuit"];
}
}

0 comments on commit 0a62d8a

Please sign in to comment.