Skip to content

Commit

Permalink
Deploy on Avalanche
Browse files Browse the repository at this point in the history
  • Loading branch information
aviggiano committed Feb 9, 2025
1 parent bde3df8 commit 9199ef4
Show file tree
Hide file tree
Showing 14 changed files with 433 additions and 95 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ For example, a 3/5 Safe (3 owners out of 5 must sign in order to execute a trans

| Network | Address |
| ------- | ------- |
| Ethereum | [`0xF22950636786102A678B4d821a810C865E28cD76`](https://etherscan.io/address/0xF22950636786102A678B4d821a810C865E28cD76) |
| Arbitrum | [`0xF22950636786102A678B4d821a810C865E28cD76`](https://arbiscan.io/address/0xF22950636786102A678B4d821a810C865E28cD76) |
| Optimism | [`0xF22950636786102A678B4d821a810C865E28cD76`](https://optimistic.etherscan.io/address/0xF22950636786102A678B4d821a810C865E28cD76) |
| Celo | [`0xF22950636786102A678B4d821a810C865E28cD76`](https://celoscan.io/address/0xF22950636786102A678B4d821a810C865E28cD76) |
| Linea | [`0xF22950636786102A678B4d821a810C865E28cD76`](https://lineascan.build/address/0xF22950636786102A678B4d821a810C865E28cD76) |
| Ethereum | [`0x457f785000cA495FAe63AAb38C9fC4b2965B106a`](https://etherscan.io/address/0x457f785000cA495FAe63AAb38C9fC4b2965B106a) |
| Arbitrum | [`0x457f785000cA495FAe63AAb38C9fC4b2965B106a`](https://arbiscan.io/address/0x457f785000cA495FAe63AAb38C9fC4b2965B106a) |
| Optimism | [`0x457f785000cA495FAe63AAb38C9fC4b2965B106a`](https://optimistic.etherscan.io/address/0x457f785000cA495FAe63AAb38C9fC4b2965B106a) |
| Celo | [`0x457f785000cA495FAe63AAb38C9fC4b2965B106a`](https://celoscan.io/address/0x457f785000cA495FAe63AAb38C9fC4b2965B106a) |
| Linea | [`0x457f785000cA495FAe63AAb38C9fC4b2965B106a`](https://lineascan.build/address/0x457f785000cA495FAe63AAb38C9fC4b2965B106a) |
| Avalanche | [`0x457f785000cA495FAe63AAb38C9fC4b2965B106a`](https://snowtrace.io/address/0x457f785000cA495FAe63AAb38C9fC4b2965B106a) |

## How it works

Expand Down
57 changes: 57 additions & 0 deletions broadcast/Deploy.s.sol/1/run-1739145449.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions broadcast/Deploy.s.sol/1/run-latest.json

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions broadcast/Deploy.s.sol/10/run-1739145350.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions broadcast/Deploy.s.sol/10/run-latest.json

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions broadcast/Deploy.s.sol/42161/run-1739145403.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions broadcast/Deploy.s.sol/42161/run-latest.json

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions broadcast/Deploy.s.sol/42220/run-1739145227.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions broadcast/Deploy.s.sol/42220/run-latest.json

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions broadcast/Deploy.s.sol/43114/run-1739144839.json

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions broadcast/Deploy.s.sol/43114/run-latest.json

Large diffs are not rendered by default.

39 changes: 12 additions & 27 deletions broadcast/Deploy.s.sol/59144/run-latest.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ evm_version = 'paris'
arbitrum = "${ARBITRUM_RPC_URL}"
celo = "${CELO_RPC_URL}"
linea = "${LINEA_RPC_URL}"
avalanche = "${AVALANCHE_RPC_URL}"

[etherscan]
mainnet = { key = "${API_KEY_ETHERSCAN}" }
optimism = { key = "${API_KEY_OPTIMISM}" }
arbitrum = { key = "${API_KEY_ARBITRUM}" }
celo = { key = "${API_KEY_CELO}" }
linea = { key = "${API_KEY_LINEA}" }
avalanche = { key = "${API_KEY_AVALANCHE}" }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "safe-restricted-actions-guard",
"description": "Safe Restricted Actions Guard",
"author": "Antonio Viggiano",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"solhint": "solhint \"src/**/*.sol\" --max-warnings 0",
Expand Down

0 comments on commit 9199ef4

Please sign in to comment.