Skip to content

Commit 48df6d2

Browse files
committed
support only btc mainnet
1 parent 66f46ee commit 48df6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/bbn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class BbnService extends Service {
3838
apiKey: integration.fireblocksApiKey,
3939
secretKey: integration.fireblocksSecretKey,
4040
},
41-
assetId: this.testnet ? "BTC_TEST" : "BTC",
41+
assetId: "BTC",
4242
vaultId: integration.vaultId.toString(),
4343
addressIndex: 0,
4444
note: note ?? "BTC tx from @kilnfi/sdk",

0 commit comments

Comments
 (0)