Skip to content

Commit

Permalink
fix: stage chain-id in explorer (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind authored Jan 20, 2023
1 parent 9bc97ad commit 02e7a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/explorer/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export async function getNetwork(): Promise<Network> {
return 'mainnet';
case 0xdef:
return 'devnet';
case 0x57a9e:
case 0x57a93:
return 'stage';
case 0xa57ec:
return 'testnet';
Expand Down

0 comments on commit 02e7a21

Please sign in to comment.