diff --git a/bridge/hardhat.config.js b/bridge/hardhat.config.js index 0d348f852..652bfe901 100644 --- a/bridge/hardhat.config.js +++ b/bridge/hardhat.config.js @@ -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,