Skip to content

Commit dfecf1f

Browse files
committed
fix: make linter happy about frontend-types
1 parent ae41fcf commit dfecf1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/types/network.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ export const ChainInfo: Record<ChainId, ChainInfoFields> = {
161161
fiat: 'USD',
162162
main: 'ETH',
163163
},
164-
hasRocketPool: false,
165164
elCurrency: 'ETH',
166165
family: ChainFamily.Ethereum,
166+
hasRocketPool: false,
167167
mainCurrency: 'ETH',
168168
mainNet: ChainIDs.Ethereum,
169169
name: 'Ethereum Pectra Devnet 5',
@@ -188,9 +188,9 @@ export const ChainInfo: Record<ChainId, ChainInfoFields> = {
188188
fiat: 'USD',
189189
main: 'ETH',
190190
},
191-
hasRocketPool: false,
192191
elCurrency: 'ETH',
193192
family: ChainFamily.Ethereum,
193+
hasRocketPool: false,
194194
mainCurrency: 'ETH',
195195
mainNet: ChainIDs.Ethereum,
196196
name: 'Ethereum Pectra Devnet 6',

0 commit comments

Comments
 (0)