Skip to content

Commit

Permalink
Merge pull request #37 from BigWhaleLabs/test-ketl-contract
Browse files Browse the repository at this point in the history
Test ketl contract
  • Loading branch information
MixailE authored Jun 7, 2023
2 parents e4e9e4d + 6b9347d commit 83ced81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.2.2",
"version": "0.2.4",
"description": "Various constants used by BWL products",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ export const GSN_MUMBAI_RELAY_HUB_CONTRACT_ADDRESS =
export const GSN_MUMBAI_PAYMASTER_CONTRACT_ADDRESS =
'0x7054054ACC8088B963a50D8A6bbbD70c3F59b60A'
export const DEV_KETL_OBSS_CONTRACT_ADDRESS =
'0xe537B9A122B9630Bff27A05dE60b2E5cAE2466A1'
'0x29Ae8B17A199417D60C5Ab3B78FB15AbC8868e25'
export const PROD_KETL_OBSS_CONTRACT_ADDRESS =
'0xF355a728396668Bb2Fb454DfBc60Fd86ff18a454'
'0xa59289b0C922ba1B925817343957fe54ab368658'
export const DEV_KETL_FEEDS_CONTRACT_ADDRESS =
'0x36E645DB95784c89ff621B0c4d3cE3cC77D32B6B'
'0xa59289b0C922ba1B925817343957fe54ab368658'
export const PROD_KETL_FEEDS_CONTRACT_ADDRESS =
'0x337b1063b4E08e1F13Da0A15cdCe322c1f49d697'
'0xFE2Ec015e2C25E121E05FD039eA251a9709f7dE5'
export const DEV_KETL_ATTESTATION_CONTRACT =
'0x27cac805530BCe1f7e9cD2EB6c796Da57b3C510F'
'0x550060f9b15Ae39F924fAbd80958eAB2361Da2D1'
export const PROD_KETL_ATTESTATION_CONTRACT =
'0x85c494E6dF001011956d2b66Bc9f5caa09358551'
'0x550060f9b15Ae39F924fAbd80958eAB2361Da2D1'
export const INCREMENTAL_BINARY_TREE_ADDRESS =
'0x96b8a618Bb30539D45164b6E0c046280E067b3B5'

Expand Down

0 comments on commit 83ced81

Please sign in to comment.