Skip to content

Commit

Permalink
deploy: AddressesProvider, ZKBadgeboundERC721 and upgrade HydraS1Acco…
Browse files Browse the repository at this point in the history
…untboundAttester and Pythia1SimpleAttester on Staging Goerli
  • Loading branch information
leosayous21 committed Dec 22, 2022
1 parent 7231b36 commit 17b4eb5
Show file tree
Hide file tree
Showing 11 changed files with 3,247 additions and 168 deletions.
697 changes: 697 additions & 0 deletions deployments/goerliStaging/AddressesProvider.json

Large diffs are not rendered by default.

697 changes: 697 additions & 0 deletions deployments/goerliStaging/AddressesProviderImplem.json

Large diffs are not rendered by default.

235 changes: 235 additions & 0 deletions deployments/goerliStaging/AddressesProviderProxy.json

Large diffs are not rendered by default.

149 changes: 111 additions & 38 deletions deployments/goerliStaging/HydraS1AccountboundAttester.json

Large diffs are not rendered by default.

151 changes: 112 additions & 39 deletions deployments/goerliStaging/HydraS1AccountboundAttesterImplem.json

Large diffs are not rendered by default.

161 changes: 117 additions & 44 deletions deployments/goerliStaging/Pythia1SimpleAttester.json

Large diffs are not rendered by default.

163 changes: 118 additions & 45 deletions deployments/goerliStaging/Pythia1SimpleAttesterImplem.json

Large diffs are not rendered by default.

903 changes: 903 additions & 0 deletions deployments/goerliStaging/ZKBadgeboundERC721.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion tasks/deploy-tasks/deployments-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const COMMITMENT_SIGNER_PUB_KEY_SYNAPS_PROD = [

// Account 0 of the create2Factory mnemonic
export const SISMO_ADDRESSES_PROVIDER_PROXY_DEPLOYER = '0x77694e7C30B74dd271EACA4207Ada0fC10632f5f';
// Should always be the same for all chains (deployed with create2)
export const SISMO_ADDRESSES_PROVIDER_CONTRACT_ADDRESS =
'0x3340Ac0CaFB3ae34dDD53dba0d7344C1Cf3EFE05';

Expand Down Expand Up @@ -524,7 +525,7 @@ export const deploymentsConfig: DeploymentsConfigTypes = {
EdDSAPubKeyY: COMMITMENT_MAPPER_EDDSA_PUB_KEY_STAGING[1],
},
sismoAddressesProvider: {
address: '',
address: SISMO_ADDRESSES_PROVIDER_CONTRACT_ADDRESS,
owner: ALPHA_GOERLI_STAGING_OWNER,
},
},
Expand Down
1 change: 0 additions & 1 deletion tasks/helpers/proxy/upgrade-proxy.task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ async function upgradeProxy(
data: data,
});
console.log('Send the transaction using etherscan !');
await confirm();
} else {
// We can connect as proxy admin because signer is unlock
const proxyAdmin = config.deployOptions.proxyAdmin as string;
Expand Down

0 comments on commit 17b4eb5

Please sign in to comment.