Skip to content

Commit

Permalink
chore(account-lib): rename
Browse files Browse the repository at this point in the history
Ticket: EA-709
  • Loading branch information
kxl4126 committed Jun 29, 2023
1 parent ddae952 commit 8b68cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/account-lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ const coinBuilderMap = {
tcelo: Celo.TransactionBuilder,
avaxc: AvaxC.TransactionBuilder,
tavaxc: AvaxC.TransactionBuilder,
bsc: Bnb.TransactionBuilder,
tbsc: Bnb.TransactionBuilder,
bnb: Bnb.TransactionBuilder,
tbnb: Bnb.TransactionBuilder,
avaxp: AvaxP.TransactionBuilderFactory,
tavaxp: AvaxP.TransactionBuilderFactory,
hbar: Hbar.TransactionBuilderFactory,
Expand Down

0 comments on commit 8b68cbf

Please sign in to comment.