Skip to content

Commit

Permalink
Test Deployment on Polyon: See test_deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium-VLK committed Sep 11, 2024
1 parent 5777eb5 commit a1589df
Show file tree
Hide file tree
Showing 6 changed files with 6,949 additions and 9 deletions.
8 changes: 6 additions & 2 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ module.exports = {
gasPrice: 1000000000,
},
polygon: {
url: `https://polygon-mainnet.g.alchemy.com/v2/${process.env.ALCHEMY_KEY}`,
url: `https://lb.drpc.org/ogrpc?network=polygon&dkey=ArfLI8Nwx0R2hnaACzaNOP6PYgrxSoUR77OxvmJKmvm9`,
accounts: [process.env.PRIVATE_KEY],
},
zkevm: {
url: `https://lb.drpc.org/ogrpc?network=polygon-zkevm&dkey=${process.env.DRPC_KEY}`,
accounts: [process.env.PRIVATE_KEY],
}
},
etherscan: {
apiKey: {
polygon: process.env.ETHERSCAN_POLYGON_API_KEY
polygon: process.env.POLYGONSCAN_TOKEN
}
},
};
Loading

0 comments on commit a1589df

Please sign in to comment.