Skip to content

Commit

Permalink
update devnet ports
Browse files Browse the repository at this point in the history
  • Loading branch information
pierregee committed Aug 25, 2023
1 parent d92b702 commit b1371ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jellyfish-network/src/Network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ export const DevNet: Network = {
...TestNet,
name: 'devnet',
ports: {
rpc: 20554,
p2p: 20555
rpc: 21554,
p2p: 21555
}
}

Expand Down

0 comments on commit b1371ac

Please sign in to comment.