File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,7 @@ const getSystemsApi = async <_R extends { [key: string]: any }>(_chainId: any) =
432
432
// @ts -ignore
433
433
sdk . NFTFactory_Collection [ sdk . ChainId . SEPOLIA ] =
434
434
process . env . REACT_APP_SEPOLIA_DEV_NFT_FACTORY_COLLECTION
435
+ console . error ( 'nft factory1' , process . env . REACT_APP_SEPOLIA_DEV_NFT_FACTORY_COLLECTION )
435
436
} else {
436
437
baseURL = `https://${ process . env . REACT_APP_API_URL_11155111 } `
437
438
socketURL = `wss://${ socketPrefix } ${ process . env . REACT_APP_API_URL_11155111 } /v3/ws`
@@ -442,6 +443,11 @@ const getSystemsApi = async <_R extends { [key: string]: any }>(_chainId: any) =
442
443
/ d e v \. l o o p r i n g \. i o / . test ( process . env ?. REACT_APP_API_URL_11155111 ?? '' ) ? 'DEV' : 'UAT'
443
444
} _NFT_FACTORY_COLLECTION`
444
445
]
446
+ console . error ( 'nft factory 2' , process . env [
447
+ `REACT_APP_SEPOLIA_${
448
+ / d e v \. l o o p r i n g \. i o / . test ( process . env ?. REACT_APP_API_URL_11155111 ?? '' ) ? 'DEV' : 'UAT'
449
+ } _NFT_FACTORY_COLLECTION`
450
+ ] )
445
451
}
446
452
}
447
453
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ REACT_APP_API_WS_11155111_PREFIX=ws.
32
32
SKIP_PREFLIGHT_CHECK = true
33
33
REACT_APP_WITH_PRO = true
34
34
GENERATE_SOURCEMAP = false
35
- REACT_APP_GOERLI_UAT_NFT_FACTORY_COLLECTION = 0x0ad87482a1bfd0B3036Bb4b13708C88ACAe1b8bA
35
+ REACT_APP_SEPOLIA_UAT_NFT_FACTORY_COLLECTION = 0xaD8923F1836C7177CB337fCf803D412f5729E587
36
36
REACT_APP_SEPOLIA_DEV_NFT_FACTORY_COLLECTION = 0xbB56dd6baFe3161Ba896044bF6F7BD0e999362Ab
37
37
REACT_APP_DEX_TOGGLE = https://static.loopring.io/status/dexToggle.json
38
38
REACT_APP_DEX_WHITELIST = https://static.loopring.io/events/whitelist.json
You can’t perform that action at this time.
0 commit comments