@@ -23,7 +23,7 @@ import WalletRegistryArtifactMainnet from "@keep-network/tbtc-v2.ts/src/lib/ethe
23
23
import StakingArtifactMainnet from "../staking/mainnet-artifacts/TokenStaking.json"
24
24
import RandomBeaconArtifactMainnet from "../tbtc/mainnet-artifacts/RandomBeacon.json"
25
25
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"
27
27
28
28
import ArbitrumL1BitcoinDepositorArtifactSepolia from "../tbtc/sepolia-artifacts/ArbitrumL1BitcoinDepositor.json"
29
29
import BaseL1BitcoinDepositorArtifactSepolia from "../tbtc/sepolia-artifacts/BaseL1BitcoinDepositor.json"
@@ -38,7 +38,7 @@ import WalletRegistryArtifactSepolia from "@keep-network/tbtc-v2.ts/src/lib/ethe
38
38
import StakingArtifactSepolia from "../staking/sepolia-artifacts/TokenStaking.json"
39
39
import RandomBeaconArtifactSepolia from "../tbtc/sepolia-artifacts/RandomBeacon.json"
40
40
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"
42
42
43
43
import BridgeArtifactDappDevelopmentSepolia from "../tbtc/dapp-development-sepolia-artifacts/Bridge.json"
44
44
import NuCypherStakingEscrowDappDevelopmentSepolia from "../staking/dapp-development-sepolia-artifacts/NuCypherStakingEscrow.json"
@@ -51,7 +51,7 @@ import WalletRegistryArtifactDappDevelopmentSepolia from "../tbtc/dapp-developme
51
51
import StakingArtifactDappDevelopmentSepolia from "../staking/dapp-development-sepolia-artifacts/TokenStaking.json"
52
52
import RandomBeaconArtifactDappDevelopmentSepolia from "../tbtc/dapp-development-sepolia-artifacts/RandomBeacon.json"
53
53
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"
55
55
56
56
export type ArtifactNameType =
57
57
| "TacoRegistry"
@@ -83,7 +83,7 @@ const contractArtifacts: ContractArtifacts = {
83
83
[ SupportedChainIds . Ethereum ] : {
84
84
ArbitrumL1BitcoinDepositor : ArbitrumL1BitcoinDepositorArtifactMainnet ,
85
85
TacoRegistry :
86
- TacoRegistryArtifactMainnet [ SupportedChainIds . Ethereum ] . TACoApplication ,
86
+ TacoArtifactMainnet [ SupportedChainIds . Ethereum ] . TACoApplication ,
87
87
LegacyKeepStaking : LegacyKeepStakingArtifactMainnet ,
88
88
RandomBeacon : RandomBeaconArtifactMainnet ,
89
89
TokenStaking : StakingArtifactMainnet ,
@@ -100,7 +100,7 @@ const contractArtifacts: ContractArtifacts = {
100
100
ArbitrumL1BitcoinDepositor : ArbitrumL1BitcoinDepositorArtifactSepolia ,
101
101
BaseL1BitcoinDepositor : BaseL1BitcoinDepositorArtifactSepolia ,
102
102
TacoRegistry :
103
- TacoRegistryArtifactSepolia [ SupportedChainIds . Sepolia ] . TACoApplication ,
103
+ TacoArtifactSepolia [ SupportedChainIds . Sepolia ] . TACoApplication ,
104
104
RandomBeacon : RandomBeaconArtifactSepolia ,
105
105
TokenStaking : StakingArtifactSepolia ,
106
106
Bridge : BridgeArtifactSepolia ,
@@ -114,7 +114,7 @@ const contractArtifacts: ContractArtifacts = {
114
114
} ,
115
115
[ SupportedChainIds . Localhost ] : {
116
116
TacoRegistry :
117
- TacoRegistryArtifactSepolia [ SupportedChainIds . Sepolia ] . TACoApplication ,
117
+ TacoArtifactSepolia [ SupportedChainIds . Sepolia ] . TACoApplication ,
118
118
LegacyKeepStaking : LegacyKeepStakingArtifactDappDevelopmentSepolia ,
119
119
RandomBeacon : RandomBeaconArtifactDappDevelopmentSepolia ,
120
120
TokenStaking : StakingArtifactDappDevelopmentSepolia ,
0 commit comments