Skip to content

Commit

Permalink
Deployments: first audited version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanslvy authored Jan 5, 2024
1 parent 9704bb4 commit ec83ce3
Show file tree
Hide file tree
Showing 56 changed files with 1,938 additions and 622 deletions.
17 changes: 2 additions & 15 deletions deploy/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,9 @@ const deploy = async (hre) => {
} = hre;
const [deployer] = await hre.ethers.getSigners();

const wrapperFCLWebAuthn = await deploy("WrapperFCLWebAuthn", {
from: deployer.address,
log: true,
deterministicDeployment: true,
});

const P256Signer = await deploy("P256Signer", {
from: deployer.address,
log: true,
libraries: {
WrapperFCLWebAuthn: wrapperFCLWebAuthn.address,
},
deterministicDeployment: true,
});

Expand All @@ -26,13 +17,9 @@ const deploy = async (hre) => {
args: [P256Signer.address],
});

await run("verify:verify", { address: wrapperFCLWebAuthn.address });
await run("verify:verify", {
/* await run("verify:verify", {
address: P256Signer.address,
libraries: {
WrapperFCLWebAuthn: wrapperFCLWebAuthn.address,
},
});
}); */
await run("verify:verify", {
address: factory.address,
constructorArguments: [P256Signer.address],
Expand Down
47 changes: 27 additions & 20 deletions deployments/avalanche/P256Signer.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions deployments/avalanche/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

47 changes: 27 additions & 20 deletions deployments/avalanche_production/P256Signer.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions deployments/avalanche_production/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions deployments/chiado/.pendingTransactions

Large diffs are not rendered by default.

47 changes: 19 additions & 28 deletions deployments/chiado/P256Signer.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions deployments/chiado/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

47 changes: 19 additions & 28 deletions deployments/chiado_production/P256Signer.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions deployments/chiado_production/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

45 changes: 26 additions & 19 deletions deployments/fuji/P256Signer.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions deployments/fuji/P256SignerFactory.json

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions deployments/fuji/solcInputs/c99418166b2fc7a84fdc0f742530dbd8.json

Large diffs are not rendered by default.

45 changes: 26 additions & 19 deletions deployments/fuji_production/P256Signer.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions deployments/fuji_production/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

47 changes: 35 additions & 12 deletions deployments/gnosischain/P256Signer.json

Large diffs are not rendered by default.

30 changes: 23 additions & 7 deletions deployments/gnosischain/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

45 changes: 26 additions & 19 deletions deployments/gnosischain_production/P256Signer.json

Large diffs are not rendered by default.

51 changes: 33 additions & 18 deletions deployments/gnosischain_production/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

63 changes: 51 additions & 12 deletions deployments/mumbai/P256Signer.json

Large diffs are not rendered by default.

46 changes: 39 additions & 7 deletions deployments/mumbai/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

61 changes: 34 additions & 27 deletions deployments/mumbai_production/P256Signer.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions deployments/mumbai_production/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

65 changes: 44 additions & 21 deletions deployments/mumbai_staging/P256Signer.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions deployments/mumbai_staging/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

43 changes: 25 additions & 18 deletions deployments/muster_testnet/P256Signer.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions deployments/muster_testnet/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

43 changes: 25 additions & 18 deletions deployments/muster_testnet_production/P256Signer.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions deployments/muster_testnet_production/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

43 changes: 25 additions & 18 deletions deployments/muster_testnet_staging/P256Signer.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions deployments/muster_testnet_staging/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

63 changes: 51 additions & 12 deletions deployments/polygon/P256Signer.json

Large diffs are not rendered by default.

46 changes: 39 additions & 7 deletions deployments/polygon/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

61 changes: 34 additions & 27 deletions deployments/polygon_production/P256Signer.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions deployments/polygon_production/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

61 changes: 34 additions & 27 deletions deployments/polygon_staging/P256Signer.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions deployments/polygon_staging/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

43 changes: 25 additions & 18 deletions deployments/redstone_holesky_production/P256Signer.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions deployments/redstone_holesky_production/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit ec83ce3

Please sign in to comment.