Skip to content

Commit 37e9824

Browse files
committed
change nft factory
1 parent 6619ee6 commit 37e9824

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/core/src/stores/system/saga.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ const getSystemsApi = async <_R extends { [key: string]: any }>(_chainId: any) =
432432
// @ts-ignore
433433
sdk.NFTFactory_Collection[sdk.ChainId.SEPOLIA] =
434434
process.env.REACT_APP_SEPOLIA_DEV_NFT_FACTORY_COLLECTION
435+
console.error('nft factory1', process.env.REACT_APP_SEPOLIA_DEV_NFT_FACTORY_COLLECTION)
435436
} else {
436437
baseURL = `https://${process.env.REACT_APP_API_URL_11155111}`
437438
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) =
442443
/dev\.loopring\.io/.test(process.env?.REACT_APP_API_URL_11155111 ?? '') ? 'DEV' : 'UAT'
443444
}_NFT_FACTORY_COLLECTION`
444445
]
446+
console.error('nft factory 2', process.env[
447+
`REACT_APP_SEPOLIA_${
448+
/dev\.loopring\.io/.test(process.env?.REACT_APP_API_URL_11155111 ?? '') ? 'DEV' : 'UAT'
449+
}_NFT_FACTORY_COLLECTION`
450+
])
445451
}
446452
}
447453

packages/webapp/.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ REACT_APP_API_WS_11155111_PREFIX=ws.
3232
SKIP_PREFLIGHT_CHECK=true
3333
REACT_APP_WITH_PRO=true
3434
GENERATE_SOURCEMAP=false
35-
REACT_APP_GOERLI_UAT_NFT_FACTORY_COLLECTION=0x0ad87482a1bfd0B3036Bb4b13708C88ACAe1b8bA
35+
REACT_APP_SEPOLIA_UAT_NFT_FACTORY_COLLECTION=0xaD8923F1836C7177CB337fCf803D412f5729E587
3636
REACT_APP_SEPOLIA_DEV_NFT_FACTORY_COLLECTION=0xbB56dd6baFe3161Ba896044bF6F7BD0e999362Ab
3737
REACT_APP_DEX_TOGGLE=https://static.loopring.io/status/dexToggle.json
3838
REACT_APP_DEX_WHITELIST=https://static.loopring.io/events/whitelist.json

0 commit comments

Comments
 (0)