Skip to content

Commit

Permalink
Merge pull request #533 from nevermined-io/upgrade/polygon_356
Browse files Browse the repository at this point in the history
Polygon networks upgrade to v3.5.6
  • Loading branch information
aaitor authored Feb 5, 2024
2 parents ebd2a58 + 7ece85a commit 7dc188e
Show file tree
Hide file tree
Showing 8 changed files with 4,202 additions and 242 deletions.
740 changes: 700 additions & 40 deletions .openzeppelin/polygon-mumbai.json

Large diffs are not rendered by default.

740 changes: 700 additions & 40 deletions .openzeppelin/polygon.json

Large diffs are not rendered by default.

740 changes: 700 additions & 40 deletions .openzeppelin/unknown-137.json

Large diffs are not rendered by default.

740 changes: 700 additions & 40 deletions .openzeppelin/unknown-137.json.public

Large diffs are not rendered by default.

740 changes: 700 additions & 40 deletions .openzeppelin/unknown-80001.json

Large diffs are not rendered by default.

740 changes: 700 additions & 40 deletions .openzeppelin/unknown-80001.json.public

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ module.exports = {
},
// Polygon: matic mainnet
matic: {
url: url || 'https://polygon-mainnet.infura.io/v3/d61e640c4d2c4079b775e99ca0cfcc32',
url: url || `https://polygon-mainnet.infura.io/v3/${process.env.INFURA_TOKEN}`,
chainId: 137,
accounts,
confirmations: 2,
Expand Down
2 changes: 1 addition & 1 deletion scripts/contracts/verify-contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const defaultToVerify = require('../deploy/contracts-verify.json')
// Map of network names which are different in hardhat
const networksMap = {}
networksMap['arbitrum-one'] = 'arbitrum-one'
networksMap['gnosis'] = 'gnosis'
networksMap.gnosis = 'gnosis'

/**
* This script verify all the contracts source code for a given version, network & tag name
Expand Down

0 comments on commit 7dc188e

Please sign in to comment.