Skip to content

Commit

Permalink
Bump version of @nucypher/nucypher-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
theref committed Oct 18, 2023
1 parent 002d5fc commit 665a0e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Replace the following dependencies in `package.json`:
"@keep-network/tbtc": "goerli",
"@keep-network/tbtc-v2": "goerli",
"@threshold-network/solidity-contracts": "goerli",
"@threshold-network/coverage-pools": "npm:@keep-network/coverage-pools@goerli",
```

Update `.env` to contain:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@ledgerhq/connect-kit-loader": "^1.1.2",
"@reduxjs/toolkit": "^1.6.1",
"@rehooks/local-storage": "^2.4.4",
"@nucypher/nucypher-contracts": "0.6.0",
"@nucypher/nucypher-contracts": "7.0.0-rc.1",
"@sentry/react": "^7.33.0",
"@sentry/tracing": "^7.33.0",
"@testing-library/jest-dom": "^5.11.4",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/__tests__/getStakingAppLabel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("Staking app label utils tests", () => {

expect(resultTbtcLabel).toBe(mockLabels[tbtcName])
expect(resultRandomBeaconLabel).toBe(mockLabels[randomBeaconName])
expect(resultTacoLabel).toBe(mockLabels[tacoName]
expect(resultTacoLabel).toBe(mockLabels[tacoName])
})

it("returns correct app label if app name is given", () => {
Expand Down

0 comments on commit 665a0e5

Please sign in to comment.