Skip to content

Commit

Permalink
sepolia deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
gershido committed Dec 21, 2023
1 parent f6a8413 commit 07096ac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ GC_RPC=
POLYGON_RPC=
ETHEREUM_RPC=
OPTIMISM_RPC=
SEPOLIA_RPC=
export PRIVATE_KEY=
ETHERSCAN_KEY=
GNOSISSCAN_KEY=
POLYGONSCAN_KEY=
POLYGONSCAN_KEY=
4 changes: 3 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ optimism = "${OPTIMISM_RPC}"
goerli = "${GOERLI_RPC}"
gnosis = "${GC_RPC}"
polygon = "${POLYGON_RPC}"
sepolia = "${SEPOLIA_RPC}"

[etherscan]
arbitrum = {key = "${ARBISCAN_KEY}", url = "https://api.arbiscan.io/api"}
Expand All @@ -47,5 +48,6 @@ ethereum = {key = "${ETHERSCAN_KEY}", url = "https://api.etherscan.io/api"}
optimism = {key = "${OPTIMISM_ETHERSCAN_KEY}", url = "https://api-optimistic.etherscan.io/api"}
polygon = {key = "${POLYGONSCAN_KEY}", url = "https://api.polygonscan.com/api"}
gnosis = {key = "${GNOSISSCAN_KEY}", url = "https://api.gnosisscan.io/api"}
sepolia = {key = "${ETHERSCAN_KEY}", url = "https://api-sepolia.etherscan.io/api"}

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
9 changes: 8 additions & 1 deletion script/DeployParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,12 @@
"moduleProxyFactory": "0x00000000000DC7F163742Eb4aBEf650037b1f588",
"safeSingleton": "0x3E5c63644E683549055b9Be8653de26E0B4CD36E"
},
"11155111": {}
"11155111": {
"gnosisFallbackLibrary": "0x017062a1dE2FE6b99BE3d9d37841FeD19F573804",
"gnosisMultisendLibrary": "0x998739BFdAAdde7C933B942a68053933098f9EDa",
"gnosisSafeProxyFactory": "0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC",
"hatsProtocol": "0x3bc1A0Ad72417f2d411118085256fC53CBdDd137",
"moduleProxyFactory": "0x000000000000aDdB49795b0f9bA5BC298cDda236",
"safeSingleton": "0x69f4D1788e39c87893C980c06EdF4b7f686e2938"
}
}

0 comments on commit 07096ac

Please sign in to comment.