chore: update links to client wasm and zkey

This commit is contained in:
Pierre DM
2022-07-13 12:20:51 +02:00
parent a091ab8fe5
commit c4c5948a55

View File

@@ -19,8 +19,8 @@ export const NIGHTMARKET_FACTORY_ABI = NightMarketFactoryJSON.abi;
export const POLL_INTERVAL = 5000;
// In browser proof generation
export const LIST_ZKEY_URL = 'https://raw.githubusercontent.com/0xSage/nightmarket/main/client/list/list.zkey';
export const LIST_WASM_URL = 'https://raw.githubusercontent.com/0xSage/nightmarket/main/client/list/list.wasm';
export const LIST_ZKEY_URL = 'https://raw.githubusercontent.com/factorgroup/nightmarket/main/client/list/list.zkey';
export const LIST_WASM_URL = 'https://raw.githubusercontent.com/factorgroup/nightmarket/main/client/list/list.wasm';
export const SALE_ZKEY_URL = 'https://raw.githubusercontent.com/0xSage/nightmarket/main/client/sale/sale.zkey';
export const SALE_WASM_URL = 'https://raw.githubusercontent.com/0xSage/nightmarket/main/client/sale/sale.wasm';
export const SALE_ZKEY_URL = 'https://raw.githubusercontent.com/factorgroup/nightmarket/main/client/sale/sale.zkey';
export const SALE_WASM_URL = 'https://raw.githubusercontent.com/factorgroup/nightmarket/main/client/sale/sale.wasm';