Skip to content

Commit

Permalink
feat: add zksbt ctypehash config (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: alpers <alpers@163.com>
  • Loading branch information
linhan and linhan-work authored May 30, 2023
1 parent 527eeba commit e68f372
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/app-config/src/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export const ZKSBT_ADDRESS = isRelease
export const ZKSBT_CHAIN_ID = isRelease ? optimismGoerli.id : optimismGoerli.id;
export const VERIFIER_ADDRESS = '0xC2BADDbf6DCeDA9b68638a9de84063c1E0ee4350';

export const ZKSBT_CTYPE = '0xa7b43d9dfcaa0dca9f04933146369641f34307916204715ddd972a7f2f1ed443';
export const ZKSBT_CTYPE = isRelease
? '0xac1bb679c36ac9774c2ca8d9542c9eeba56fea55fa92399edcc1b6bb42883bbb'
: '0xa7b43d9dfcaa0dca9f04933146369641f34307916204715ddd972a7f2f1ed443';

export const ETHERSCAN_URL = 'https://goerli-optimism.etherscan.io/tx';
export const OPENSEA_URL = 'https://testnets.opensea.io';

0 comments on commit e68f372

Please sign in to comment.