9 lines
109 B
Dart
9 lines
109 B
Dart
enum ChainNetwork {
|
|
unspecified,
|
|
ethereumMainnet,
|
|
arbitrumOne,
|
|
otherEvm,
|
|
tronMainnet,
|
|
tronNile
|
|
}
|