Skip to content

Commit 8adb900

Browse files
authored
switch holesky -> hoodi fb assetId (#214)
1 parent 9f48827 commit 8adb900

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/fireblocks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ export class FireblocksService {
879879
async signEthTx(
880880
integration: FireblocksIntegration,
881881
tx: components['schemas']['ETHUnsignedTx'],
882-
assetId: 'ETH_TEST6' | 'ETH',
882+
assetId: 'ETH_TEST_HOODI' | 'ETH',
883883
note?: string,
884884
): Promise<{
885885
signed_tx: { data: components['schemas']['ETHSignedTx'] };
@@ -934,7 +934,7 @@ export class FireblocksService {
934934
async signAndBroadcastEthTx(
935935
integration: FireblocksIntegration,
936936
tx: components['schemas']['ETHUnsignedTx'],
937-
assetId: 'ETH_TEST6' | 'ETH',
937+
assetId: 'ETH_TEST_HOODI' | 'ETH',
938938
fireblocksDestinationId: string,
939939
note?: string,
940940
) {

src/fireblocks_signer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export type FireblocksAssetId =
1515
| 'SOL_TEST'
1616
| 'SOL'
1717
| 'ETH_TEST5'
18-
| 'ETH_TEST6'
18+
| 'ETH_TEST_HOODI'
1919
| 'ETH'
2020
| 'ATOM_COS'
2121
| 'OSMO_TEST'
@@ -104,7 +104,7 @@ export class FireblocksSigner {
104104
*/
105105
public async signTypedMessage(
106106
eip712message: object,
107-
assetId: 'ETH' | 'ETH_TEST5' | 'ETH_TEST6',
107+
assetId: 'ETH' | 'ETH_TEST5' | 'ETH_TEST_HOODI',
108108
note = '',
109109
): Promise<TransactionResponse> {
110110
const tx: TransactionRequest = {

0 commit comments

Comments
 (0)