Skip to content

Commit

Permalink
Merge pull request #21 from BigWhaleLabs/no-sh-integration
Browse files Browse the repository at this point in the history
Used contracts without SH integration because they're incompatible with SC
  • Loading branch information
T-Damer authored Feb 2, 2023
2 parents af02825 + 4b5ab9e commit a52f261
Show file tree
Hide file tree
Showing 2 changed files with 2 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.55",
"version": "0.1.56",
"description": "Various constants used by BWL products",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const FARCASTER_VERIFIER_CONTRACT_ADDRESS =
export const SC_EMAIL_LEDGER_CONTRACT_ADDRESS =
'0x01f02c186fB728F34870d713F82A9e8e53AA7b6a'
export const SC_ERC721_LEDGER_CONTRACT_ADDRESS =
'0x9FDE5E63480240212fF54e6f64c63c363A0b67b3'
'0xE7e6Eb8ab85Ed62DC516350110a842B894E0dED8'
export const SC_EXTERNAL_ERC721_LEDGER_CONTRACT_ADDRESS =
'0x9de29Bc15a9bEf98411Abea59A8E994a119b5FF6'
export const SC_FARCASTER_LEDGER_CONTRACT_ADDRESS =
Expand Down

0 comments on commit a52f261

Please sign in to comment.