Skip to content

Commit

Permalink
Removed infura key from file
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoares85 committed Oct 4, 2023
1 parent c74ab4f commit 375a9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ module.exports = {
},
sepolia: {
live: true,
url: 'https://sepolia.infura.io/v3/beab91899d1542b7889c29c4c0a612a7',
url: 'https://sepolia.infura.io/v3/' + INFURA_PROJECT_ID,
network_id: chains.SEPOLIA_TEST_NET_CHAIN_ID,
token_symbol: 'e',
gas: 6700000,
Expand Down

0 comments on commit 375a9c8

Please sign in to comment.