Skip to content

Commit

Permalink
merged and added notifications backend
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Feb 18, 2023
2 parents a92f042 + 9f6d80d commit c2e3956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,16 @@ 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'

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'
Expand Down

0 comments on commit c2e3956

Please sign in to comment.