Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Jan 12, 2024
1 parent 94c4dea commit 4fa3aea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/sdk/contractkit/src/wrappers/FeeHandler.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { FeeHandler } from '@celo/abis/web3/FeeHandler'
import { Address } from '@celo/connect'
import BigNumber from 'bignumber.js'
import { StableTokenContract } from '../base'
import { BaseWrapper, proxyCall, proxySend } from './BaseWrapper'

export enum ExchangeProposalState {
Expand Down Expand Up @@ -41,8 +40,6 @@ export interface ExchangeProposalReadable {
implictPricePerCelo: BigNumber
}

type AllStableConfig = Map<StableTokenContract, StableTokenExchangeLimits>

export class FeeHandlerWrapper extends BaseWrapper<FeeHandler> {
owner = proxyCall(this.contract.methods.owner)

Expand Down

0 comments on commit 4fa3aea

Please sign in to comment.