File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments