Skip to content

Commit

Permalink
misc: add eth to symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
tammo committed Mar 19, 2021
1 parent 6c1e8e0 commit 21fb033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { StorageId } from './Storage';
export enum AssetSymbol {
TXL = 'TXL',
BTC = 'BTC',
ETH = 'ETH',
}

export class Blockchain {
Expand Down

0 comments on commit 21fb033

Please sign in to comment.