Skip to content

Commit 8803fa5

Browse files
feat: sharing smart contracts v3.0.0 (#486)
* chore: save deployment artifacts for arbitrum prod (16680059201) * fix: clarify Arbiscan API key requirement in hardhat config --------- Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>
1 parent 957c87b commit 8803fa5

17 files changed

+236973
-1
lines changed

packages/sharing-smart-contract/.openzeppelin/arbitrum-one.json

Lines changed: 643 additions & 0 deletions
Large diffs are not rendered by default.

packages/sharing-smart-contract/hardhat.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = {
8989
gasReporter: {
9090
enabled: true,
9191
},
92-
// to verify smart-contract on Blockscout
92+
// TODO: Check why we need an Arbiscan_API_KEY and not an Etherscan_API_KEY_V2 on AbritrumOne event if IS_VERIFICATION_API_V2==true
9393
etherscan: {
9494
apiKey: env.IS_VERIFICATION_API_V2
9595
? env.EXPLORER_API_KEY
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"_format": "hh-sol-dbg-1",
3+
"buildInfo": "../build-info/78aaea5be177e5b53d2d3b8691e87904.json"
4+
}

0 commit comments

Comments
 (0)