Skip to content

Commit

Permalink
Deploy workflow & contract deployment to Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed May 15, 2024
1 parent e93ed94 commit ac3057c
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions releases/1.2.13/ethereum/config/deploy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions releases/1.2.13/ethereum/output/deployed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
8 changes: 8 additions & 0 deletions releases/1.2.13/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title: General FORT Staking Vault deployment
network: ethereum
deploy: deploy-and-prepare-upgrade 1.2.13
verify: verify-deployed
finish: propose-admin
description: |
## Deployed new General FORT Staking Vault on Ethereum mainnet.
13 changes: 13 additions & 0 deletions releases/1.2.13/sepolia/config/deploy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"GeneralFortaStakingVault": {
"impl": {
"init-args": ["0x233BAc002bF01DA9FEb9DE57Ff7De5B3820C1a24", "deployment.forta", "0x233BAc002bF01DA9FEb9DE57Ff7De5B3820C1a24"],
"opts": {
"unsafe-allow": [
"delegatecall"
],
"constructor-args": []
}
}
}
}
18 changes: 18 additions & 0 deletions releases/1.2.13/sepolia/output/deployed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"general-forta-staking-vault-deploy-tx": "0xde8ae66cf43402eea6dd1c521256d9ac929be8b109e384ac7205c8495318917e",
"general-forta-staking-vault": {
"address": "0xf1fa4ea73ab7468B85D6e6863218BCCBC31eB589",
"impl": {
"address": "0xa862CcbD51acFf3de6C6D4e46A62914E1B9D57F6",
"constructor-args": [],
"init-args": [
"0x233BAc002bF01DA9FEb9DE57Ff7De5B3820C1a24",
"0x95d9a757ad9C25999ffE93f3067221F04ce1Cc79",
"0x233BAc002bF01DA9FEb9DE57Ff7De5B3820C1a24"
],
"name": "GeneralFortaStakingVault",
"timeout": 1200000,
"version": "0.1.0"
}
}
}

0 comments on commit ac3057c

Please sign in to comment.