We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae41fcf commit dfecf1fCopy full SHA for dfecf1f
frontend/types/network.ts
@@ -161,9 +161,9 @@ export const ChainInfo: Record<ChainId, ChainInfoFields> = {
161
fiat: 'USD',
162
main: 'ETH',
163
},
164
- hasRocketPool: false,
165
elCurrency: 'ETH',
166
family: ChainFamily.Ethereum,
+ hasRocketPool: false,
167
mainCurrency: 'ETH',
168
mainNet: ChainIDs.Ethereum,
169
name: 'Ethereum Pectra Devnet 5',
@@ -188,9 +188,9 @@ export const ChainInfo: Record<ChainId, ChainInfoFields> = {
188
189
190
191
192
193
194
195
196
name: 'Ethereum Pectra Devnet 6',
0 commit comments