Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
João Sousa authored and João Sousa committed Jan 27, 2025
1 parent f38cffe commit 73f6221
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/libs/AxelarSigningClient/types/NexusTxTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ const TxTypeUrlMap = {

export const registerNexusTxTypes = (registry: Registry) => {
registry.register(TxTypeUrlMap.RegisterChainMaintainerRequest, RegisterChainMaintainerRequest);
registry.register(TxTypeUrlMap.DeregisterChainMaintainerRequest, DeregisterChainMaintainerRequest);
registry.register(
TxTypeUrlMap.DeregisterChainMaintainerRequest,
DeregisterChainMaintainerRequest
);
registry.register(TxTypeUrlMap.ActivateChainRequest, ActivateChainRequest);
registry.register(TxTypeUrlMap.DeactivateChainRequest, DeactivateChainRequest);
registry.register(TxTypeUrlMap.RegisterAssetFeeRequest, RegisterAssetFeeRequest);
Expand Down

0 comments on commit 73f6221

Please sign in to comment.