Skip to content

Commit

Permalink
chore: local network ports
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Sep 22, 2024
1 parent 42e4510 commit 011d4bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/networks/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ export const endpointsDevnet2: NetworkEndpoints = {

export const endpointsLocal: NetworkEndpoints = {
indexer: 'https://localhost:4444',
grpc: 'http://localhost:9091',
rpc: 'http://localhost:9091',
rest: 'http://localhost:9091',
chronos: 'https://localhost:4445',
explorer: 'http://localhost:4446',
cacheGrpc: 'http://localhost:9091',
grpc: 'http://localhost:10337',
rpc: 'http://localhost:9092',
rest: 'http://localhost:10337',
chronos: 'https://localhost:4442',
explorer: 'http://localhost:4443',
cacheGrpc: 'http://localhost:10337',
cacheRest: 'https://localhost:4444',
web3gw: 'https://localhost:4444',
}
Expand Down

0 comments on commit 011d4bf

Please sign in to comment.