Skip to content

Commit

Permalink
Merge pull request ensdomains#35 from ensdomains/dnssec-deployment
Browse files Browse the repository at this point in the history
Deployment files for dnssec rollout
  • Loading branch information
Arachnid authored Aug 18, 2021
2 parents 67ddfca + 126b756 commit e801bbe
Show file tree
Hide file tree
Showing 11 changed files with 1,850 additions and 573 deletions.
496 changes: 367 additions & 129 deletions deployments/mainnet/DNSRegistrar.json

Large diffs are not rendered by default.

1,031 changes: 719 additions & 312 deletions deployments/mainnet/DNSSECImpl.json

Large diffs are not rendered by default.

81 changes: 81 additions & 0 deletions deployments/mainnet/P256SHA256Algorithm.json

Large diffs are not rendered by default.

94 changes: 66 additions & 28 deletions deployments/mainnet/RSASHA1Algorithm.json

Large diffs are not rendered by default.

94 changes: 66 additions & 28 deletions deployments/mainnet/RSASHA256Algorithm.json

Large diffs are not rendered by default.

96 changes: 72 additions & 24 deletions deployments/mainnet/SHA1Digest.json

Large diffs are not rendered by default.

106 changes: 78 additions & 28 deletions deployments/mainnet/SHA1NSEC3Digest.json

Large diffs are not rendered by default.

96 changes: 72 additions & 24 deletions deployments/mainnet/SHA256Digest.json

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions deployments/mainnet/TLDPublicSuffixList.json

Large diffs are not rendered by default.

263 changes: 263 additions & 0 deletions deployments/mainnet/solcInputs/40ce5451dce8f428cafdaca8fb82d91d.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ module.exports = {
tags: ["test", "legacy", "use_root"],
chainId: 3,
accounts: real_accounts,
},
mainnet: {
url: `https://mainnet.infura.io/v3/${process.env.INFURA_ID}`,
tags: ["legacy", "use_root"],
chainId: 1,
accounts: real_accounts,
}
},
mocha: {
Expand Down

0 comments on commit e801bbe

Please sign in to comment.