Skip to content

Instantly share code, notes, and snippets.

@e00dan
Created August 11, 2022 10:59
Show Gist options
  • Save e00dan/d6c519838ea2a53cc47798cc2dda548c to your computer and use it in GitHub Desktop.
Save e00dan/d6c519838ea2a53cc47798cc2dda548c to your computer and use it in GitHub Desktop.
Godwoken Mainnet v1 Gnosis Safe v1.3.0 deployment
➜ safe-contracts git:(main) ✗ yarn deploy-custom
yarn run v1.22.19
$ rm -rf deployments/custom && yarn deploy-all custom
$ hardhat deploy-contracts --network custom
Nothing to compile
deploying "SimulateTxAccessor" (tx: 0x869e31990790ab2788f1db4441c9e0cf90f799837d56a935c17cbbd602883954)...: deployed at 0x4d71a6c0D22F7626e5fD84afe755dcf487402521 with 67871 gas
deploying "GnosisSafeProxyFactory" (tx: 0xa5947a2e6b3180056ebcd9dd6acca1a67a7a3d40793edf287ad1a86793105e80)...: deployed at 0x4Df7456E32E367C490EF5Bf5fd86Bde7c3eD352B with 112782 gas
deploying "DefaultCallbackHandler" (tx: 0x39f4da9f530afac9ea9a6c6ca41902683da095b67dd1ff6e70ef71bc7f7b2370)...: deployed at 0x644107bE6DBB9061AB6B4eb4922dbb6821186D45 with 88673 gas
deploying "CompatibilityFallbackHandler" (tx: 0x3174674f8d61f117d7ea5e9612365737a5bf307f7892360dc952eb88dbeeaf6e)...: deployed at 0x1f1Eb32F9C89D06C92cCAf8A612e45f1019A851a with 139695 gas
deploying "CreateCall" (tx: 0xc67a0a527e84b5d5e84d18720ee1a5a453654dd7dc9e462f354545219eae22f5)...: deployed at 0x3800A6DBebEd8F3760D5859173205Bcd695a899d with 70918 gas
deploying "MultiSend" (tx: 0x5313949ed887b55e16a4a6b0fd8ff916752a0d4ac2b0e61ca4bce2cb774bd1a2)...: deployed at 0xfE69e36496484622512f659E2C33cd0767A31b5b with 64204 gas
deploying "MultiSendCallOnly" (tx: 0x9770ffca915fe580b6e1778fa35d3dfae4351b261c3424a8688e00162aaaa904)...: deployed at 0x155606a31ded3eE1c9Cc20601ce0d3B8A6AF6f5D with 60122 gas
deploying "SignMessageLib" (tx: 0x2ffcda7db7f4b363e4c303b12e92e49dd10c4e4be45010f25123244e6a8ac11d)...: deployed at 0x508ee8D41fCC89414CE2b6f6DCF57F7aF487633C with 69153 gas
deploying "GnosisSafeL2" (tx: 0x75a1c03f69e3e2d44ca2c640dd7c2f7054e03ab4e0c7ae5dc7c5dbf84e05ee84)...: deployed at 0xB083396d05942B83741655201b95b9E0f6915594 with 443277 gas
deploying "GnosisSafe" (tx: 0xa5909adf1c824ff73a44a8c3ec72dba08236b4e242d0d32fa5af7d55aefe3d40)...: deployed at 0x54F771FFf32A43753cF26A8aF235A88e202cD3c3 with 429284 gas
Verification status for SimulateTxAccessor: FAILURE
Verification status for GnosisSafeProxyFactory: SUCCESS
Verification status for DefaultCallbackHandler: SUCCESS
Verification status for CompatibilityFallbackHandler: SUCCESS
Verification status for CreateCall: SUCCESS
Verification status for MultiSend: FAILURE
Verification status for MultiSendCallOnly: SUCCESS
Verification status for SignMessageLib: SUCCESS
Verification status for GnosisSafeL2: SUCCESS
Verification status for GnosisSafe: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment