11/**
2- * A non-exclusive list of networks that safe accounts are supported on.
3- * We will use this list to know where to search for safe accounts
2+ * A non-exclusive list of networks that Safe accounts are supported on.
3+ * We will use this list to know where to search for Safe accounts
44 * and in accordance with the enabled user networks
55 */
66export const SAFE_NETWORKS = [
@@ -9,7 +9,7 @@ export const SAFE_NETWORKS = [
99]
1010
1111/**
12- * Information about safe contract addresses by their versions
12+ * Information about Safe contract addresses by their versions
1313 */
1414const vOneThree = {
1515 singleton : '0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552'
@@ -25,14 +25,14 @@ export const execTransactionAbi = [
2525 'function execTransaction(address to,uint256 value,bytes calldata data,uint8 operation,uint256 safeTxGas,uint256 baseGas,uint256 gasPrice,address gasToken,address payable refundReceiver,bytes memory signatures)'
2626]
2727/**
28- * In order to do batching, safe needs an extra contract helper called multisend
29- * This is the latest contract and it's safe to use across versions
28+ * In order to do batching, Safe needs an extra contract helper called multisend
29+ * This is the latest contract and it's Safe to use across versions
3030 */
3131export const multiSendAddr = '0x9641d764fc13c8B624c04430C7356C1C7C8102e2'
3232
3333/**
34- * In order to do batching, safe needs an extra contract helper called multisend
35- * This is the latest contract and it's safe to use across versions
34+ * In order to do batching, Safe needs an extra contract helper called multisend
35+ * This is the latest contract and it's Safe to use across versions
3636 */
3737export const safeNullOwner = '0x0000000000000000000000000000000000000002'
3838
0 commit comments