Skip to content

Commit e29b68e

Browse files
Update nucypher contracts module version
1 parent 902e9e4 commit e29b68e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@ledgerhq/connect-kit-loader": "1.1.8",
2323
"@ledgerhq/wallet-api-client": "^1.2.0",
2424
"@ledgerhq/wallet-api-client-react": "^1.1.1",
25-
"@nucypher/nucypher-contracts": "0.13.0",
25+
"@nucypher/nucypher-contracts": "0.23.0",
2626
"@reduxjs/toolkit": "^1.6.1",
2727
"@rehooks/local-storage": "^2.4.4",
2828
"@sentry/react": "^7.33.0",

src/threshold-ts/utils/contract.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import WalletRegistryArtifactMainnet from "@keep-network/tbtc-v2.ts/src/lib/ethe
2323
import StakingArtifactMainnet from "../staking/mainnet-artifacts/TokenStaking.json"
2424
import RandomBeaconArtifactMainnet from "../tbtc/mainnet-artifacts/RandomBeacon.json"
2525
import LegacyKeepStakingArtifactMainnet from "../staking/mainnet-artifacts/LegacyKeepStaking.json"
26-
import TacoRegistryArtifactMainnet from "@nucypher/nucypher-contracts/deployment/artifacts/mainnet.json"
26+
import TacoArtifactMainnet from "@nucypher/nucypher-contracts/deployment/artifacts/mainnet.json"
2727

2828
import ArbitrumL1BitcoinDepositorArtifactSepolia from "../tbtc/sepolia-artifacts/ArbitrumL1BitcoinDepositor.json"
2929
import BaseL1BitcoinDepositorArtifactSepolia from "../tbtc/sepolia-artifacts/BaseL1BitcoinDepositor.json"
@@ -38,7 +38,7 @@ import WalletRegistryArtifactSepolia from "@keep-network/tbtc-v2.ts/src/lib/ethe
3838
import StakingArtifactSepolia from "../staking/sepolia-artifacts/TokenStaking.json"
3939
import RandomBeaconArtifactSepolia from "../tbtc/sepolia-artifacts/RandomBeacon.json"
4040
import LegacyKeepStakingArtifactSepolia from "../staking/sepolia-artifacts/LegacyKeepStaking.json"
41-
import TacoRegistryArtifactSepolia from "@nucypher/nucypher-contracts/deployment/artifacts/tapir.json"
41+
import TacoArtifactSepolia from "@nucypher/nucypher-contracts/deployment/artifacts/tapir.json"
4242

4343
import BridgeArtifactDappDevelopmentSepolia from "../tbtc/dapp-development-sepolia-artifacts/Bridge.json"
4444
import NuCypherStakingEscrowDappDevelopmentSepolia from "../staking/dapp-development-sepolia-artifacts/NuCypherStakingEscrow.json"
@@ -51,7 +51,7 @@ import WalletRegistryArtifactDappDevelopmentSepolia from "../tbtc/dapp-developme
5151
import StakingArtifactDappDevelopmentSepolia from "../staking/dapp-development-sepolia-artifacts/TokenStaking.json"
5252
import RandomBeaconArtifactDappDevelopmentSepolia from "../tbtc/dapp-development-sepolia-artifacts/RandomBeacon.json"
5353
import LegacyKeepStakingArtifactDappDevelopmentSepolia from "../staking/dapp-development-sepolia-artifacts/LegacyKeepStaking.json"
54-
import TacoRegistryArtifactDappDevelopmentSepolia from "@nucypher/nucypher-contracts/deployment/artifacts/dashboard.json"
54+
import TacoArtifactDappDevelopmentSepolia from "@nucypher/nucypher-contracts/deployment/artifacts/dashboard.json"
5555

5656
export type ArtifactNameType =
5757
| "TacoRegistry"
@@ -83,7 +83,7 @@ const contractArtifacts: ContractArtifacts = {
8383
[SupportedChainIds.Ethereum]: {
8484
ArbitrumL1BitcoinDepositor: ArbitrumL1BitcoinDepositorArtifactMainnet,
8585
TacoRegistry:
86-
TacoRegistryArtifactMainnet[SupportedChainIds.Ethereum].TACoApplication,
86+
TacoArtifactMainnet[SupportedChainIds.Ethereum].TACoApplication,
8787
LegacyKeepStaking: LegacyKeepStakingArtifactMainnet,
8888
RandomBeacon: RandomBeaconArtifactMainnet,
8989
TokenStaking: StakingArtifactMainnet,
@@ -100,7 +100,7 @@ const contractArtifacts: ContractArtifacts = {
100100
ArbitrumL1BitcoinDepositor: ArbitrumL1BitcoinDepositorArtifactSepolia,
101101
BaseL1BitcoinDepositor: BaseL1BitcoinDepositorArtifactSepolia,
102102
TacoRegistry:
103-
TacoRegistryArtifactSepolia[SupportedChainIds.Sepolia].TACoApplication,
103+
TacoArtifactSepolia[SupportedChainIds.Sepolia].TACoApplication,
104104
RandomBeacon: RandomBeaconArtifactSepolia,
105105
TokenStaking: StakingArtifactSepolia,
106106
Bridge: BridgeArtifactSepolia,
@@ -114,7 +114,7 @@ const contractArtifacts: ContractArtifacts = {
114114
},
115115
[SupportedChainIds.Localhost]: {
116116
TacoRegistry:
117-
TacoRegistryArtifactSepolia[SupportedChainIds.Sepolia].TACoApplication,
117+
TacoArtifactSepolia[SupportedChainIds.Sepolia].TACoApplication,
118118
LegacyKeepStaking: LegacyKeepStakingArtifactDappDevelopmentSepolia,
119119
RandomBeacon: RandomBeaconArtifactDappDevelopmentSepolia,
120120
TokenStaking: StakingArtifactDappDevelopmentSepolia,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3681,10 +3681,10 @@
36813681
mkdirp "^1.0.4"
36823682
rimraf "^3.0.2"
36833683

3684-
"@nucypher/nucypher-contracts@0.13.0":
3685-
version "0.13.0"
3686-
resolved "https://registry.yarnpkg.com/@nucypher/nucypher-contracts/-/nucypher-contracts-0.13.0.tgz#43ead85d4cdf7eb6b459ba77a6ff90a8bb796300"
3687-
integrity sha512-QB9vCVq2mLR2SeA/gSX8Px2QW3wcc9keQuTwgtDOA5J7PLoxDHEAko4ow6ZlsfjsbK572Xz6YReH09MBr71ujA==
3684+
"@nucypher/nucypher-contracts@0.23.0":
3685+
version "0.23.0"
3686+
resolved "https://registry.yarnpkg.com/@nucypher/nucypher-contracts/-/nucypher-contracts-0.23.0.tgz#beebaea7665e822949238fff4e712d29bbf64493"
3687+
integrity sha512-vilcgICbFzSP2x5otEJHzmaKsbX4t6DIU8aj4U33taTeCdR62LDFS6tCG1r+XzgSmIJZO8ksO5bGzaEHF+r1Ww==
36883688

36893689
"@openzeppelin/contracts-upgradeable@^4.6.0", "@openzeppelin/contracts-upgradeable@^4.8.1":
36903690
version "4.9.1"

0 commit comments

Comments
 (0)