Skip to content

Commit

Permalink
Merge pull request #26 from aspiers/LILA-5498-new-deployments
Browse files Browse the repository at this point in the history
P1: [LILA-5498] new deployments on all four chains
  • Loading branch information
aspiers committed Oct 18, 2023
2 parents 383642c + 99cff43 commit 7405d40
Show file tree
Hide file tree
Showing 9 changed files with 837 additions and 975 deletions.
319 changes: 80 additions & 239 deletions deployments/alfajores/OffsetHelper.json

Large diffs are not rendered by default.

125 changes: 125 additions & 0 deletions deployments/alfajores/solcInputs/75278ec65526f1e0033cc879f57dc68d.json

Large diffs are not rendered by default.

321 changes: 81 additions & 240 deletions deployments/celo/OffsetHelper.json

Large diffs are not rendered by default.

125 changes: 125 additions & 0 deletions deployments/celo/solcInputs/75278ec65526f1e0033cc879f57dc68d.json

Large diffs are not rendered by default.

334 changes: 87 additions & 247 deletions deployments/mumbai/OffsetHelper.json

Large diffs are not rendered by default.

125 changes: 125 additions & 0 deletions deployments/mumbai/solcInputs/75278ec65526f1e0033cc879f57dc68d.json

Large diffs are not rendered by default.

334 changes: 87 additions & 247 deletions deployments/polygon/OffsetHelper.json

Large diffs are not rendered by default.

125 changes: 125 additions & 0 deletions deployments/polygon/solcInputs/75278ec65526f1e0033cc879f57dc68d.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ const config: HardhatUserConfig = {
network: "celo",
chainId: 42220,
urls: {
apiURL: `https://api.celoscan.io/api`,
apiURL: "https://api.celoscan.io/api",
browserURL: "https://celoscan.io/",
},
},
{
network: "alfajores",
chainId: 44787,
urls: {
apiURL: `https://api.celoscan.io/api`,
apiURL: "https://api-alfajores.celoscan.io/api",
browserURL: "https://celoscan.io/",
},
},
Expand Down

0 comments on commit 7405d40

Please sign in to comment.