Skip to content

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
freeelancer committed Mar 5, 2024
1 parent dcfbb65 commit b250a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/lcd/LCDClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { GovV1API } from './api/GovV1API';
import { ICAv1API } from './api/ICAv1API';
import { ICQv1API } from './api/ICQv1API';
import { FeemarketAPI } from './api/FeemarketAPI';
import { SmartaccountAPI } from './api/SmartAccountAPI';
import { SmartaccountAPI } from './api/SmartaccountAPI';

export type AxiosConfig = {
/**
Expand Down

0 comments on commit b250a37

Please sign in to comment.