Skip to content

Commit 80c2e64

Browse files
committed
feat(account-lib): add flrp to account lib
Ticket: WIN-7209
1 parent ba9cd0c commit 80c2e64

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

modules/account-lib/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"@bitgo/sdk-coin-eth": "^25.4.2",
5353
"@bitgo/sdk-coin-evm": "^1.10.1",
5454
"@bitgo/sdk-coin-flr": "^1.6.17",
55+
"@bitgo/sdk-coin-flrp": "^1.4.1",
5556
"@bitgo/sdk-coin-hash": "^3.6.17",
5657
"@bitgo/sdk-coin-hbar": "^2.5.11",
5758
"@bitgo/sdk-coin-icp": "^1.19.17",

modules/account-lib/src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ export { CosmosSharedCoin };
206206
import * as Canton from '@bitgo/sdk-coin-canton';
207207
export { Canton };
208208

209+
import { FlrPLib as FlrP } from '@bitgo/sdk-coin-flrp';
210+
export { FlrP };
211+
209212
import { MIDNIGHT_TNC_HASH } from './utils';
210213
export { MIDNIGHT_TNC_HASH };
211214

@@ -320,6 +323,8 @@ const coinBuilderMap = {
320323
tvet: Vet.TransactionBuilderFactory,
321324
canton: Canton.TransactionBuilderFactory,
322325
tcanton: Canton.TransactionBuilderFactory,
326+
flrp: FlrP.TransactionBuilderFactory,
327+
tflrp: FlrP.TransactionBuilderFactory,
323328
};
324329

325330
const coinMessageBuilderFactoryMap = {

0 commit comments

Comments
 (0)