Skip to content

Commit

Permalink
chore(bitgo): rename more references
Browse files Browse the repository at this point in the history
Ticket: EA-709
  • Loading branch information
kxl4126 committed Jul 5, 2023
1 parent 18c5b77 commit a487bd5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modules/account-lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
{
"path": "../sdk-coin-bsc"
},
{
"path": "../sdk-coin-bnb"
},
{
"path": "../sdk-coin-celo"
},
Expand Down
3 changes: 3 additions & 0 deletions modules/bitgo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
{
"path": "../sdk-coin-bsc"
},
{
"path": "../sdk-coin-bnb"
},
{
"path": "../sdk-coin-bsv"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-bnb/src/tbnb.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Testnet Bsc
* Testnet Bnb
*/
import { BaseCoin, BitGoBase } from '@bitgo/sdk-core';
import { BaseCoin as StaticsBaseCoin } from '@bitgo/statics';
Expand Down
File renamed without changes.

0 comments on commit a487bd5

Please sign in to comment.