Skip to content

Commit 375a9c8

Browse files
committed
Removed infura key from file
1 parent c74ab4f commit 375a9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridge/hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ module.exports = {
152152
},
153153
sepolia: {
154154
live: true,
155-
url: 'https://sepolia.infura.io/v3/beab91899d1542b7889c29c4c0a612a7',
155+
url: 'https://sepolia.infura.io/v3/' + INFURA_PROJECT_ID,
156156
network_id: chains.SEPOLIA_TEST_NET_CHAIN_ID,
157157
token_symbol: 'e',
158158
gas: 6700000,

0 commit comments

Comments
 (0)