Skip to content

Commit 2ada97d

Browse files
committed
fix: add back gnosis
1 parent 22fa0c0 commit 2ada97d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts-periphery/script/DeployBatchSend.s.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ contract DeployBatchSend is Script {
2222
uint256 constant EXPECTED_NONCE = 0; // TODO Edit this with the nonce of the deployer address
2323
address constant UMBRA = 0xFb2dc580Eed955B528407b4d36FfaFe3da685401;
2424
// The list of networks to deploy to.
25-
string[] public networks = ["mainnet", "optimism", "arbitrum_one", "polygon", "sepolia"];
25+
string[] public networks =
26+
["mainnet", "optimism", "arbitrum_one", "polygon", "gnosis_chain", "sepolia"];
2627

2728
mapping(string => address) public batchSendAddresses;
2829

0 commit comments

Comments
 (0)