5 lines
88 B
Python
5 lines
88 B
Python
|
from enum import Enum
|
||
|
|
||
|
class CeloUtil(Enum):
|
||
|
CHAIN_SPEC = 'evm:flan:44787:celo'
|
||
|
|