Skip to content

Commit

Permalink
fix: add back gnosis
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal committed Jul 8, 2024
1 parent 22fa0c0 commit 2ada97d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts-periphery/script/DeployBatchSend.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ contract DeployBatchSend is Script {
uint256 constant EXPECTED_NONCE = 0; // TODO Edit this with the nonce of the deployer address
address constant UMBRA = 0xFb2dc580Eed955B528407b4d36FfaFe3da685401;
// The list of networks to deploy to.
string[] public networks = ["mainnet", "optimism", "arbitrum_one", "polygon", "sepolia"];
string[] public networks =
["mainnet", "optimism", "arbitrum_one", "polygon", "gnosis_chain", "sepolia"];

mapping(string => address) public batchSendAddresses;

Expand Down

0 comments on commit 2ada97d

Please sign in to comment.