Skip to content

Commit

Permalink
Merge pull request #88 from balancer-labs/fix_network_type
Browse files Browse the repository at this point in the history
fix: add missing goerli with utf8 spelling
  • Loading branch information
johngrantuk committed Jun 13, 2022
2 parents da02fb3 + d7c806b commit bc57f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions balancer-js/src/lib/constants/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export enum Network {
ROPSTEN = 3,
RINKEBY = 4,
GOERLI = 5,
GÖRLI = 5,
KOVAN = 42,
POLYGON = 137,
ARBITRUM = 42161,
Expand Down

0 comments on commit bc57f67

Please sign in to comment.