Skip to content

Commit

Permalink
contract cache: use @celo/abis package
Browse files Browse the repository at this point in the history
  • Loading branch information
shazarre committed Nov 30, 2023
1 parent ed89d65 commit 11a0506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/contractkit/src/contract-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AddressRegistry } from './address-registry'
import { CeloContract } from './base'
import { ContractCacheType } from './basic-contract-cache-type'
import { StableToken, stableTokenInfos } from './celo-tokens'
import { IERC20 } from './generated/IERC20'
import { IERC20 } from '@celo/abis/types/web3/IERC20'
import { Web3ContractCache } from './web3-contract-cache'
import { AccountsWrapper } from './wrappers/Accounts'
import { AttestationsWrapper } from './wrappers/Attestations'
Expand Down

0 comments on commit 11a0506

Please sign in to comment.