Skip to content

Commit

Permalink
feat: add contractIds for ETH contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Oct 29, 2024
1 parent 0313bd1 commit 9e09d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/modules/transak/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const MarketplaceV3ContractIds: Pick<Record<Network, Partial<Record<ChainId, str
[ChainId.MATIC_MAINNET]: '6717e6cd2fb1688e111c1a80'
},
[Network.ETHEREUM]: {
[ChainId.ETHEREUM_MAINNET]: '',
[ChainId.ETHEREUM_MAINNET]: '672100492fb1688e111c2bd4',
[ChainId.ETHEREUM_SEPOLIA]: '671a23e92bbeb54123b3b692'
}
}
Expand All @@ -37,7 +37,7 @@ const MarketplaceV2ContractIds: Pick<Record<Network, Partial<Record<ChainId, str
[ChainId.MATIC_MAINNET]: '6717e6dac00223b9cc8e51cd'
},
[Network.ETHEREUM]: {
[ChainId.ETHEREUM_MAINNET]: '',
[ChainId.ETHEREUM_MAINNET]: '672100572fb1688e111c2bdb',
[ChainId.ETHEREUM_SEPOLIA]: '671f9815945ac8890fbae4c6'
}
}
Expand Down

0 comments on commit 9e09d48

Please sign in to comment.