File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ class NftSwapV4 implements INftSwapV4 {
164164
165165 invariant (
166166 zeroExExchangeContractAddress ,
167- '0x V3 Exchange Contract Address not set. Exchange Contract is required to load NftSwap'
167+ '0x V4 Exchange Contract Address not set. Exchange Contract is required to load NftSwap'
168168 ) ;
169169
170170 this . exchangeProxyContractAddress = zeroExExchangeContractAddress ;
Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ export const FAKE_ETH_ADDRESS = '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee';
3030
3131export enum SupportedChainIds {
3232 Ropsten = 3 ,
33+ Mainnet = 1 ,
3334}
35+
3436// User facing
3537export interface UserFacingERC20AssetDataSerialized {
3638 tokenAddress : string ;
You can’t perform that action at this time.
0 commit comments