Skip to content

Commit

Permalink
update: deploy muster mainnet (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanslvy authored Jan 22, 2024
1 parent 0931921 commit 42f7a6b
Show file tree
Hide file tree
Showing 49 changed files with 1,434 additions and 3,440 deletions.
100 changes: 0 additions & 100 deletions deployments/avalanche/Webauthn.json

This file was deleted.

103 changes: 0 additions & 103 deletions deployments/avalanche/WrapperFCLWebAuthn.json

This file was deleted.

100 changes: 0 additions & 100 deletions deployments/avalanche_production/Webauthn.json

This file was deleted.

103 changes: 0 additions & 103 deletions deployments/avalanche_production/WrapperFCLWebAuthn.json

This file was deleted.

100 changes: 0 additions & 100 deletions deployments/chiado/Webauthn.json

This file was deleted.

103 changes: 0 additions & 103 deletions deployments/chiado/WrapperFCLWebAuthn.json

This file was deleted.

100 changes: 0 additions & 100 deletions deployments/chiado_production/Webauthn.json

This file was deleted.

87 changes: 0 additions & 87 deletions deployments/chiado_production/WrapperFCLWebAuthn.json

This file was deleted.

100 changes: 0 additions & 100 deletions deployments/fuji/Webauthn.json

This file was deleted.

103 changes: 0 additions & 103 deletions deployments/fuji/WrapperFCLWebAuthn.json

This file was deleted.

100 changes: 0 additions & 100 deletions deployments/fuji_production/Webauthn.json

This file was deleted.

103 changes: 0 additions & 103 deletions deployments/fuji_production/WrapperFCLWebAuthn.json

This file was deleted.

100 changes: 0 additions & 100 deletions deployments/gnosischain/Webauthn.json

This file was deleted.

87 changes: 0 additions & 87 deletions deployments/gnosischain/WrapperFCLWebAuthn.json

This file was deleted.

84 changes: 0 additions & 84 deletions deployments/gnosischain_production/Webauthn.json

This file was deleted.

103 changes: 0 additions & 103 deletions deployments/gnosischain_production/WrapperFCLWebAuthn.json

This file was deleted.

84 changes: 0 additions & 84 deletions deployments/mumbai/Webauthn.json

This file was deleted.

87 changes: 0 additions & 87 deletions deployments/mumbai/WrapperFCLWebAuthn.json

This file was deleted.

84 changes: 0 additions & 84 deletions deployments/mumbai_production/Webauthn.json

This file was deleted.

119 changes: 0 additions & 119 deletions deployments/mumbai_production/WrapperFCLWebAuthn.json

This file was deleted.

116 changes: 0 additions & 116 deletions deployments/mumbai_staging/Webauthn.json

This file was deleted.

119 changes: 0 additions & 119 deletions deployments/mumbai_staging/WrapperFCLWebAuthn.json

This file was deleted.

1 change: 1 addition & 0 deletions deployments/muster/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4078
275 changes: 275 additions & 0 deletions deployments/muster/P256Signer.json

Large diffs are not rendered by default.

137 changes: 137 additions & 0 deletions deployments/muster/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions deployments/muster_production/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4078
275 changes: 275 additions & 0 deletions deployments/muster_production/P256Signer.json

Large diffs are not rendered by default.

137 changes: 137 additions & 0 deletions deployments/muster_production/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions deployments/muster_staging/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4078
275 changes: 275 additions & 0 deletions deployments/muster_staging/P256Signer.json

Large diffs are not rendered by default.

137 changes: 137 additions & 0 deletions deployments/muster_staging/P256SignerFactory.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

100 changes: 0 additions & 100 deletions deployments/muster_testnet/Webauthn.json

This file was deleted.

103 changes: 0 additions & 103 deletions deployments/muster_testnet/WrapperFCLWebAuthn.json

This file was deleted.

100 changes: 0 additions & 100 deletions deployments/muster_testnet_production/Webauthn.json

This file was deleted.

103 changes: 0 additions & 103 deletions deployments/muster_testnet_production/WrapperFCLWebAuthn.json

This file was deleted.

100 changes: 0 additions & 100 deletions deployments/muster_testnet_staging/Webauthn.json

This file was deleted.

103 changes: 0 additions & 103 deletions deployments/muster_testnet_staging/WrapperFCLWebAuthn.json

This file was deleted.

84 changes: 0 additions & 84 deletions deployments/polygon_production/Webauthn.json

This file was deleted.

119 changes: 0 additions & 119 deletions deployments/polygon_production/WrapperFCLWebAuthn.json

This file was deleted.

116 changes: 0 additions & 116 deletions deployments/polygon_staging/Webauthn.json

This file was deleted.

119 changes: 0 additions & 119 deletions deployments/polygon_staging/WrapperFCLWebAuthn.json

This file was deleted.

100 changes: 0 additions & 100 deletions deployments/redstone_holesky_production/Webauthn.json

This file was deleted.

103 changes: 0 additions & 103 deletions deployments/redstone_holesky_production/WrapperFCLWebAuthn.json

This file was deleted.

19 changes: 19 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ module.exports = {
url: "https://muster-anytrust.alt.technology",
accounts: [process.env.PRIVATE_KEY || ethers.ZeroHash],
},
muster: {
url: "https://muster.alt.technology/",
accounts: [process.env.PRIVATE_KEY || ethers.ZeroHash],
},
muster_production: {
url: "https://muster.alt.technology/",
accounts: [process.env.PRIVATE_KEY || ethers.ZeroHash],
},
muster_staging: {
url: "https://muster.alt.technology/",
accounts: [process.env.PRIVATE_KEY || ethers.ZeroHash],
},
mumbai: {
url: "https://polygon-mumbai.infura.io/v3/" + process.env.INFURA_ID,
accounts: [process.env.PRIVATE_KEY || ethers.ZeroHash],
Expand Down Expand Up @@ -141,6 +153,13 @@ module.exports = {
apiURL: "https://muster-anytrust-explorer.alt.technology/api",
},
},
{
network: "muster",
chainId: 4078,
urls: {
apiURL: "https://muster-explorer-v2.alt.technology/api",
},
},
{
network: "polygon_zkevm_testnet",
chainId: 1442,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@cometh/contracts-factory": "^1.2.2",
"@cometh/contracts-factory": "^1.2.3",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@openzeppelin/contracts": "^4.8.2",
"dotenv": "^16.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
"@chainsafe/persistent-merkle-tree" "^0.4.2"
case "^1.6.3"

"@cometh/contracts-factory@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@cometh/contracts-factory/-/contracts-factory-1.2.2.tgz#2aa01760db3787a2715a5ae6868213ce98e643fe"
integrity sha512-L+zR9trKalWgQGCvbk6jncaVwWEgZrYBCDfUnOWJjtUwGh6atvKXZhlaRHL99OLUjzme8tQypAvQGnH7TMWrdw==
"@cometh/contracts-factory@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@cometh/contracts-factory/-/contracts-factory-1.2.3.tgz#1afbc8c3e48e30deaebf1663e901795d66485722"
integrity sha512-PAKBiW8FZeKzCTfkAxUenz8nxb14sGXPhXMgvwOwrI3nMCi54MLQkAynTtHOEimdWZIN+mSpDjz5Ry4xIths2w==
dependencies:
dotenv "^16.3.1"
ethers "^5.7.0"
Expand Down

0 comments on commit 42f7a6b

Please sign in to comment.