Skip to content

Commit a39c063

Browse files
committed
chore: set correct port for solos mirrornode
Signed-off-by: Mariusz Jasuwienas <jasuwienas@gmail.com>
1 parent 2140b55 commit a39c063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const NETWORKS = {
2828
chainId: 298,
2929
networkNodeUrl: '127.0.0.1:50211',
3030
nodeId: '3',
31-
mirrorNode: 'http://127.0.0.1:5600',
31+
mirrorNode: '127.0.0.1:5600',
3232
},
3333
testnet: {
3434
name: 'testnet',

0 commit comments

Comments
 (0)