mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
|
export enum EtherDenomination {
|
||
|
ETH = 'ETH',
|
||
|
GWEI = 'GWEI',
|
||
|
WEI = 'WEI',
|
||
|
}
|