Skip to content

Commit

Permalink
Merge pull request #47 from BigWhaleLabs/release-v0.2.13
Browse files Browse the repository at this point in the history
Release v0.2.13
  • Loading branch information
wilsonplau authored Jul 28, 2023
2 parents 6448326 + 6eb6145 commit 1a275c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.12",
"version": "0.2.13",
"description": "Various constants used by BWL products",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ export const DEV_KETL_FEEDS_CONTRACT_ADDRESS =
'0x6dec0f6832772fc7f511e2ccfe1c5d046a174d5f'
export const PROD_KETL_FEEDS_CONTRACT_ADDRESS =
'0x9A35E42cCF1aC1772c75E2027b9D9fE56250a0a3'
export const DEV_KETL_PROFILES_CONTRACT_ADDRESS =
'0x39d8EA89705B02bc020B9E1dF369C4d746761e44'
export const PROD_KETL_PROFILES_CONTRACT_ADDRESS =
'0x95fcaf414e2ad4ca949eb725e684fd196af1fba5'
export const DEV_KETL_CRED_CONTRACT_ADDRESS =
'0xa8e4f306497C76342ADa78459Ef7424595E7aAC2'
export const PROD_KETL_CRED_CONTRACT_ADDRESS =
Expand Down

0 comments on commit 1a275c2

Please sign in to comment.