Skip to content

Commit

Permalink
fix: rename localnet to devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHeidar authored and He1DAr committed Jan 13, 2022
1 parent 1882c1f commit 5e489d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ export const defaultNetworks: Networks = {
name: 'Testnet',
chainId: ChainID.Testnet,
},
localnet: {
devnet: {
url: 'http://localhost:3999',
name: 'Localnet',
name: 'Devnet',
chainId: ChainID.Testnet,
},
} as const;
Expand Down

0 comments on commit 5e489d5

Please sign in to comment.