Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: change halley chainId to 253 (#61)
  • Loading branch information
yubing744 committed Oct 3, 2022
1 parent 05dfefc commit 7ca36cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networks/index.ts
Expand Up @@ -46,7 +46,7 @@ const STANDARD_NETWORKS: { [name: string]: Network } = {
name: 'barnard',
},
halley: {
chainId: 3,
chainId: 253,
name: 'halley',
},
proxima: {
Expand Down

0 comments on commit 7ca36cc

Please sign in to comment.