@@ -107,7 +107,7 @@ export class FireblocksService {
107107 throw new Error ( 'Fireblocks signature is missing' ) ;
108108 }
109109
110- const preparedTx = await this . client . POST ( '/v1/ sol/transaction/prepare' , {
110+ const preparedTx = await this . client . POST ( '/sol/transaction/prepare' , {
111111 body : {
112112 unsigned_tx_serialized : tx . unsigned_tx_serialized ,
113113 signatures : signatures ,
@@ -166,7 +166,7 @@ export class FireblocksService {
166166 throw new Error ( 'Fireblocks signature is missing' ) ;
167167 }
168168
169- const preparedTx = await this . client . POST ( '/v1/ ada/transaction/prepare' , {
169+ const preparedTx = await this . client . POST ( '/ada/transaction/prepare' , {
170170 body : {
171171 unsigned_tx_serialized : tx . unsigned_tx_serialized ,
172172 signed_messages : signedMessages ,
@@ -218,7 +218,7 @@ export class FireblocksService {
218218 throw new Error ( 'Fireblocks signature is missing' ) ;
219219 }
220220
221- const preparedTx = await this . client . POST ( '/v1/ atom/transaction/prepare' , {
221+ const preparedTx = await this . client . POST ( '/atom/transaction/prepare' , {
222222 body : {
223223 pubkey : tx . pubkey ,
224224 tx_body : tx . tx_body ,
@@ -271,7 +271,7 @@ export class FireblocksService {
271271 throw new Error ( 'Fireblocks signature is missing' ) ;
272272 }
273273
274- const preparedTx = await this . client . POST ( '/v1/ dydx/transaction/prepare' , {
274+ const preparedTx = await this . client . POST ( '/dydx/transaction/prepare' , {
275275 body : {
276276 pubkey : tx . pubkey ,
277277 tx_body : tx . tx_body ,
@@ -326,7 +326,7 @@ export class FireblocksService {
326326 throw new Error ( 'Fireblocks signature is missing' ) ;
327327 }
328328
329- const preparedTx = await this . client . POST ( '/v1/ fet/transaction/prepare' , {
329+ const preparedTx = await this . client . POST ( '/fet/transaction/prepare' , {
330330 body : {
331331 pubkey : tx . pubkey ,
332332 tx_body : tx . tx_body ,
@@ -379,7 +379,7 @@ export class FireblocksService {
379379 throw new Error ( 'Fireblocks signature is missing' ) ;
380380 }
381381
382- const preparedTx = await this . client . POST ( '/v1/ inj/transaction/prepare' , {
382+ const preparedTx = await this . client . POST ( '/inj/transaction/prepare' , {
383383 body : {
384384 pubkey : tx . pubkey ,
385385 tx_body : tx . tx_body ,
@@ -434,7 +434,7 @@ export class FireblocksService {
434434 throw new Error ( 'Fireblocks signature is missing' ) ;
435435 }
436436
437- const preparedTx = await this . client . POST ( '/v1/ kava/transaction/prepare' , {
437+ const preparedTx = await this . client . POST ( '/kava/transaction/prepare' , {
438438 body : {
439439 pubkey : tx . pubkey ,
440440 tx_body : tx . tx_body ,
@@ -489,7 +489,7 @@ export class FireblocksService {
489489 throw new Error ( 'Fireblocks signature is missing' ) ;
490490 }
491491
492- const preparedTx = await this . client . POST ( '/v1/ noble/transaction/prepare' , {
492+ const preparedTx = await this . client . POST ( '/noble/transaction/prepare' , {
493493 body : {
494494 pubkey : tx . pubkey ,
495495 tx_body : tx . tx_body ,
@@ -542,7 +542,7 @@ export class FireblocksService {
542542 throw new Error ( 'Fireblocks signature is missing' ) ;
543543 }
544544
545- const preparedTx = await this . client . POST ( '/v1/ osmo/transaction/prepare' , {
545+ const preparedTx = await this . client . POST ( '/osmo/transaction/prepare' , {
546546 body : {
547547 pubkey : tx . pubkey ,
548548 tx_body : tx . tx_body ,
@@ -595,7 +595,7 @@ export class FireblocksService {
595595 throw new Error ( 'Fireblocks signature is missing' ) ;
596596 }
597597
598- const preparedTx = await this . client . POST ( '/v1/ tia/transaction/prepare' , {
598+ const preparedTx = await this . client . POST ( '/tia/transaction/prepare' , {
599599 body : {
600600 pubkey : tx . pubkey ,
601601 tx_body : tx . tx_body ,
@@ -650,7 +650,7 @@ export class FireblocksService {
650650 throw new Error ( 'Fireblocks signature is missing' ) ;
651651 }
652652
653- const preparedTx = await this . client . POST ( '/v1/ zeta/transaction/prepare' , {
653+ const preparedTx = await this . client . POST ( '/zeta/transaction/prepare' , {
654654 body : {
655655 pubkey : tx . pubkey ,
656656 tx_body : tx . tx_body ,
@@ -695,7 +695,7 @@ export class FireblocksService {
695695 const fbTx = await fbSigner . sign ( payload , 'DOT' , fbNote ) ;
696696 const signature = `0x00${ fbTx . signedMessages ?. [ 0 ] ?. signature . fullSig } ` ;
697697
698- const preparedTx = await this . client . POST ( '/v1/ dot/transaction/prepare' , {
698+ const preparedTx = await this . client . POST ( '/dot/transaction/prepare' , {
699699 body : {
700700 unsigned_tx_serialized : tx . unsigned_tx_serialized ,
701701 signature : signature ,
@@ -738,7 +738,7 @@ export class FireblocksService {
738738 const fbTx = await fbSigner . sign ( payload , 'KSM' , fbNote ) ;
739739 const signature = `0x00${ fbTx . signedMessages ?. [ 0 ] ?. signature . fullSig } ` ;
740740
741- const preparedTx = await this . client . POST ( '/v1/ ksm/transaction/prepare' , {
741+ const preparedTx = await this . client . POST ( '/ksm/transaction/prepare' , {
742742 body : {
743743 unsigned_tx_serialized : tx . unsigned_tx_serialized ,
744744 signature : signature ,
@@ -791,7 +791,7 @@ export class FireblocksService {
791791 throw new Error ( 'Fireblocks signature is missing' ) ;
792792 }
793793
794- const preparedTx = await this . client . POST ( '/v1/ eth/transaction/prepare' , {
794+ const preparedTx = await this . client . POST ( '/eth/transaction/prepare' , {
795795 body : {
796796 unsigned_tx_serialized : tx . unsigned_tx_serialized ,
797797 r : `0x${ signature . r } ` ,
@@ -867,7 +867,7 @@ export class FireblocksService {
867867 throw new Error ( 'Fireblocks signature is missing' ) ;
868868 }
869869
870- const preparedTx = await this . client . POST ( '/v1/ pol/transaction/prepare' , {
870+ const preparedTx = await this . client . POST ( '/pol/transaction/prepare' , {
871871 body : {
872872 unsigned_tx_serialized : tx . unsigned_tx_serialized ,
873873 r : `0x${ signature . r } ` ,
@@ -938,7 +938,7 @@ export class FireblocksService {
938938 throw new Error ( 'Fireblocks signature is missing' ) ;
939939 }
940940
941- const preparedTx = await this . client . POST ( '/v1/ ton/transaction/prepare' , {
941+ const preparedTx = await this . client . POST ( '/ton/transaction/prepare' , {
942942 body : {
943943 unsigned_tx_serialized : tx . unsigned_tx_serialized ,
944944 signature : signature ,
@@ -987,7 +987,7 @@ export class FireblocksService {
987987 throw new Error ( 'Fireblocks signature is missing' ) ;
988988 }
989989
990- const preparedTx = await this . client . POST ( '/v1/ xtz/transaction/prepare' , {
990+ const preparedTx = await this . client . POST ( '/xtz/transaction/prepare' , {
991991 body : {
992992 unsigned_tx_serialized : tx . unsigned_tx_serialized ,
993993 signature : signature ,
@@ -1035,7 +1035,7 @@ export class FireblocksService {
10351035 throw new Error ( 'Fireblocks signature is missing' ) ;
10361036 }
10371037
1038- const preparedTx = await this . client . POST ( '/v1/ near/transaction/prepare' , {
1038+ const preparedTx = await this . client . POST ( '/near/transaction/prepare' , {
10391039 body : {
10401040 unsigned_tx_serialized : tx . unsigned_tx_serialized ,
10411041 signature : signature ,
0 commit comments