Skip to content

Commit e4e7d93

Browse files
committed
chore: export polyx from account-lib
TICKET: WIN-5065
1 parent 2637d83 commit e4e7d93

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
@@ -60,6 +60,7 @@
6060
"@bitgo/sdk-coin-opeth": "^18.3.2",
6161
"@bitgo/sdk-coin-osmo": "^3.0.48",
6262
"@bitgo/sdk-coin-polygon": "^21.1.3",
63+
"@bitgo/sdk-coin-polyx": "^1.0.4",
6364
"@bitgo/sdk-coin-rbtc": "^2.0.79",
6465
"@bitgo/sdk-coin-rune": "^1.1.36",
6566
"@bitgo/sdk-coin-sei": "^3.0.48",

modules/account-lib/src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ export { Bsc };
134134
import * as Polygon from '@bitgo/sdk-coin-polygon';
135135
export { Polygon };
136136

137+
import * as Polyx from '@bitgo/sdk-coin-polyx';
138+
export { Polyx };
139+
137140
import * as Opeth from '@bitgo/sdk-coin-opeth';
138141
export { Opeth };
139142

@@ -291,6 +294,8 @@ const coinBuilderMap = {
291294
tstt: Stt.TransactionBuilder,
292295
soneium: Soneium.TransactionBuilder,
293296
tsoneium: Soneium.TransactionBuilder,
297+
polyx: Polyx.TransactionBuilderFactory,
298+
tpolyx: Polyx.TransactionBuilderFactory,
294299
};
295300

296301
/**

0 commit comments

Comments
 (0)