diff --git a/package.json b/package.json index fe87e66..9a17986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@big-whale-labs/constants", - "version": "0.1.64", + "version": "0.1.66", "description": "Various constants used by BWL products", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index 09ad259..e1caec5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -47,7 +47,8 @@ export const GSN_MUMBAI_RELAY_HUB_CONTRACT_ADDRESS = export const GSN_MUMBAI_PAYMASTER_CONTRACT_ADDRESS = '0xA99D942723748EB28f1AC25434F6bB6184C29018' export const KETL_OBSS_CONTRACT_ADDRESS = - '0xc2f11f5D624e1f7e9E8e8918D1D545CBF8279C6E' + '0xF6842cd5bB16C5C08c382331A52d2829B93CF4F6' +export const KETL_NOTIFICATIONS_BACKEND = 'https://notifications.ketl.xyz' export const METADATA_LEDGER_CONTRACT_ADDRESS = '0x770850Cc00a3accAd0Dc527022AD2fA084c576B9' @@ -55,6 +56,7 @@ export const METADATA_LEDGER_CONTRACT_ADDRESS = export const GSN_SC_RELAY = 'https://gsn.sealcred.xyz' export const VERIFY_URL = 'https://verify.sealcred.xyz' export const POSTER_URL = 'https://poster.sealcred.xyz' +export const ZK_KETL_ALLOWMAPS = 'https://zk.ketl.xyz/#/allow-map' export const ATTESTOR_PUBLIC_KEY = '3022588728262621016474471722865235652573366639695808085248430151628770415819'