Skip to content

Commit

Permalink
chore: update duplicate response type
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWoetzel committed Nov 28, 2023
1 parent d35d5cf commit 648f799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/contracts/swap/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ type PairInfoResponse = {
}
}

type RewardTokenInfo = {
type RewardTokenInfoResponse = {
token: Contract,
decimals: number,
reward_per_second: string,
Expand All @@ -128,7 +128,7 @@ type StakingConfigResponse = {
admin_auth: Contract,
query_auth: Contract | null,
total_amount_staked: string,
reward_tokens: RewardTokenInfo[],
reward_tokens: RewardTokenInfoResponse[],
}

export type {
Expand Down

0 comments on commit 648f799

Please sign in to comment.