chain.enum.ts 68 B

12345
  1. export enum Chain {
  2. TRON = 'tron',
  3. ETH = 'eth',
  4. BTC = 'btc'
  5. }