Open Keith-CY opened 7 months ago
The following domains are expected to be listed for mainnet
And following are expected to be listed for testnet
Add unidob.xyz
for mainnet and testnet
Add
unidob.xyz
for mainnet and testnet
Set already on testnet and mainnet
Add https://test-long.metaforo.io/
for mainnet and testnet cc @zmcNotafraid
Add
https://test-long.metaforo.io/
for mainnet and testnet cc @zmcNotafraid
https://test-long.metaforo.io/
added
add https://dev.utxoswap.xyz for testnet add https://utxoswap.xyz for testnet and mainnet cc @zmcNotafraid
utxoswap.xyz All added.
add https://testnet.utxoswap.xyz for testnet cc @zmcNotafraid
add https://testnet.utxoswap.xyz for testnet cc @zmcNotafraid
Finished.
Please add https://ckbeco.fund/
for mainnet
Finished.
add https://staging.utxoswap.xyz for mainnet
add https://staging.utxoswap.xyz for mainnet
Added.
add https://preview.utxoswap.xyz for mainnet
All utxoswap.syz subdomain can visit mainnet api
add https://ckb-mon.vercel.app/ for mainnet
add ckb-mon.vercel.app for mainnet
Updated
Add https://www.seal2earn.xyz for mainnet and testnet
Pls add:
world3-frontend-git-beta-matrix-group-global.vercel.app
for testnetworld3.ai
for mainnetPls add:
world3-frontend-git-beta-matrix-group-global.vercel.app
for testnetworld3.ai
for mainnet
Updated
Now the CORS is configured at https://github.com/nervosnetwork/ckb-explorer/blob/8707dc618edcd0145bd88d821b16c87594612587/config/initializers/cors.rb#L20-L27 by hardcode(not sure if
ENV[STAGING_DOMAIN]
works as expected).It's not reasonable because these domains should not be included in this project;
And it's not flexible, e.g. it's hard to limit some of the domains for mainnet while others for testnet/stagings only.
So here's the feature requested that the CORS domain list should be set in runtime instead of being hardcoded in the codebase.