From d09a0f262e646214a81558235c019eefec858614 Mon Sep 17 00:00:00 2001 From: avr6ude Date: Thu, 16 Feb 2023 15:43:47 -0500 Subject: [PATCH 1/4] add new obss contract --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 6bee255..8412720 100644 --- a/src/index.ts +++ b/src/index.ts @@ -47,7 +47,7 @@ export const GSN_MUMBAI_RELAY_HUB_CONTRACT_ADDRESS = export const GSN_MUMBAI_PAYMASTER_CONTRACT_ADDRESS = '0xA99D942723748EB28f1AC25434F6bB6184C29018' export const KETL_OBSS_CONTRACT_ADDRESS = - '0x899a754E6aa83aE5be8839a8c6Ae2E4B6a1c7eCD' + '0xF6842cd5bB16C5C08c382331A52d2829B93CF4F6' export const METADATA_LEDGER_CONTRACT_ADDRESS = '0x770850Cc00a3accAd0Dc527022AD2fA084c576B9' From 6de69c8b31be9975800985d734b98ae5e181af3f Mon Sep 17 00:00:00 2001 From: avr6ude Date: Thu, 16 Feb 2023 15:49:02 -0500 Subject: [PATCH 2/4] 0.1.65 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d202f7..52b8164 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@big-whale-labs/constants", - "version": "0.1.63", + "version": "0.1.65", "description": "Various constants used by BWL products", "main": "dist/index.js", "types": "dist/index.d.ts", From 933eb5b928d72ef173d16bf7abe641cb65220afa Mon Sep 17 00:00:00 2001 From: avr6ude Date: Thu, 16 Feb 2023 15:53:25 -0500 Subject: [PATCH 3/4] add allowmaps link --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 8412720..4c281a5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -55,6 +55,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' From a4a6f95057743aae1ccc6681478565e44c4ebe1b Mon Sep 17 00:00:00 2001 From: avr6ude Date: Thu, 16 Feb 2023 15:54:24 -0500 Subject: [PATCH 4/4] 0.1.66 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52b8164..9a17986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@big-whale-labs/constants", - "version": "0.1.65", + "version": "0.1.66", "description": "Various constants used by BWL products", "main": "dist/index.js", "types": "dist/index.d.ts",