Skip to content

Commit

Permalink
add proxy setup for InstaToken
Browse files Browse the repository at this point in the history
  • Loading branch information
leafyoung committed Oct 18, 2023
1 parent eb7e3bd commit e1197ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion credmark/cmf/types/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def get_slot_proxy_address(context, contract_address,
'AppProxyUpgradeable',
'ZoraProxy',
'TokenProxy',
'MeterGovProxy']:
'MeterGovProxy',
'InstaToken']:
# EIP-897
cc = context.web3.eth.contract(address=Address(
contract_address).checksum, abi=contract_abi)
Expand Down

0 comments on commit e1197ae

Please sign in to comment.