forked from BitGo/BitGoJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(bitgo): update references to core
- updates references to old core module with new bitgo module name Ticket: BG-41837
- Loading branch information
1 parent
88c43ab
commit ca9e23c
Showing
11 changed files
with
78 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,41 +7,41 @@ | |
# Order is important. The last matching pattern has the most precedence. | ||
|
||
# Recovery | ||
modules/core/src/v2/recovery.ts [email protected] | ||
modules/bitgo/src/v2/recovery.ts [email protected] | ||
|
||
# Coin Support | ||
modules/core/src/v2/coins/*btc.ts @BitGo/btc-team | ||
modules/core/src/v2/coins/*bch.ts @BitGo/btc-team | ||
modules/core/src/v2/coins/*btg.ts @BitGo/btc-team | ||
modules/core/src/v2/coins/*bsv.ts @BitGo/btc-team | ||
modules/core/src/v2/coins/*ltc.ts @BitGo/btc-team | ||
modules/core/src/v2/coins/*dash.ts @BitGo/btc-team | ||
modules/core/src/v2/coins/*zec.ts @BitGo/btc-team | ||
modules/core/src/v2/coins/abstractUtxoCoin.ts @BitGo/btc-team | ||
modules/core/src/v2/coins/utxo/* @BitGo/btc-team | ||
modules/bitgo/src/v2/coins/*btc.ts @BitGo/btc-team | ||
modules/bitgo/src/v2/coins/*bch.ts @BitGo/btc-team | ||
modules/bitgo/src/v2/coins/*btg.ts @BitGo/btc-team | ||
modules/bitgo/src/v2/coins/*bsv.ts @BitGo/btc-team | ||
modules/bitgo/src/v2/coins/*ltc.ts @BitGo/btc-team | ||
modules/bitgo/src/v2/coins/*dash.ts @BitGo/btc-team | ||
modules/bitgo/src/v2/coins/*zec.ts @BitGo/btc-team | ||
modules/bitgo/src/v2/coins/abstractUtxoCoin.ts @BitGo/btc-team | ||
modules/bitgo/src/v2/coins/utxo/* @BitGo/btc-team | ||
|
||
# Eth | ||
modules/core/src/v2/coins/abstractEthLikeCoin.ts @BitGo/eth-team | ||
modules/core/src/v2/coins/*celo.ts @BitGo/eth-team | ||
modules/core/src/v2/coins/celoToken.ts @BitGo/eth-team | ||
modules/core/src/v2/coins/*eth.ts @BitGo/eth-team | ||
modules/core/src/v2/coins/*eth2.ts @BitGo/eth-team | ||
modules/core/src/v2/coins/*rbtc.ts @BitGo/eth-team | ||
modules/core/src/v2/coins/token.ts @BitGo/eth-team | ||
|
||
modules/core/test/v2/unit/coins/abstractEthLikeCoin.ts @BitGo/eth-team | ||
modules/core/test/v2/unit/coins/*celo.ts @BitGo/eth-team | ||
modules/core/test/v2/unit/coins/celoToken.ts @BitGo/eth-team | ||
modules/core/test/v2/unit/coins/*eth.ts @BitGo/eth-team | ||
modules/core/test/v2/unit/coins/*eth2.ts @BitGo/eth-team | ||
modules/core/test/v2/unit/coins/*rbtc.ts @BitGo/eth-team | ||
modules/core/test/v2/unit/coins/token.ts @BitGo/eth-team | ||
|
||
modules/core/src/v2/coins/*xlm.ts [email protected] [email protected] [email protected] | ||
modules/core/src/v2/coins/*xrp.ts [email protected] [email protected] [email protected] | ||
modules/bitgo/src/v2/coins/abstractEthLikeCoin.ts @BitGo/eth-team | ||
modules/bitgo/src/v2/coins/*celo.ts @BitGo/eth-team | ||
modules/bitgo/src/v2/coins/celoToken.ts @BitGo/eth-team | ||
modules/bitgo/src/v2/coins/*eth.ts @BitGo/eth-team | ||
modules/bitgo/src/v2/coins/*eth2.ts @BitGo/eth-team | ||
modules/bitgo/src/v2/coins/*rbtc.ts @BitGo/eth-team | ||
modules/bitgo/src/v2/coins/token.ts @BitGo/eth-team | ||
|
||
modules/bitgo/test/v2/unit/coins/abstractEthLikeCoin.ts @BitGo/eth-team | ||
modules/bitgo/test/v2/unit/coins/*celo.ts @BitGo/eth-team | ||
modules/bitgo/test/v2/unit/coins/celoToken.ts @BitGo/eth-team | ||
modules/bitgo/test/v2/unit/coins/*eth.ts @BitGo/eth-team | ||
modules/bitgo/test/v2/unit/coins/*eth2.ts @BitGo/eth-team | ||
modules/bitgo/test/v2/unit/coins/*rbtc.ts @BitGo/eth-team | ||
modules/bitgo/test/v2/unit/coins/token.ts @BitGo/eth-team | ||
|
||
modules/bitgo/src/v2/coins/*xlm.ts [email protected] [email protected] [email protected] | ||
modules/bitgo/src/v2/coins/*xrp.ts [email protected] [email protected] [email protected] | ||
|
||
# Trading accounts | ||
modules/core/src/v2/trading/*.ts [email protected] | ||
modules/bitgo/src/v2/trading/*.ts [email protected] | ||
|
||
# Express | ||
modules/express/* [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.