Skip to content

Commit 94d541a

Browse files
committed
chore: rename TAPCollector in hardhat-graph-protocol package
Signed-off-by: Tomás Migone <[email protected]>
1 parent dd2e735 commit 94d541a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/hardhat-graph-protocol/src/sdk/deployments/horizon/contracts.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import type {
1010
} from '@graphprotocol/contracts'
1111
import type {
1212
GraphPayments,
13+
GraphTallyCollector,
1314
HorizonStaking,
1415
PaymentsEscrow,
15-
TAPCollector,
1616
} from '@graphprotocol/horizon'
1717
import type { ContractList } from '../../lib/contract'
1818

@@ -29,7 +29,7 @@ export const GraphHorizonContractNameList = [
2929
'HorizonStaking',
3030
'GraphPayments',
3131
'PaymentsEscrow',
32-
'TAPCollector',
32+
'GraphTallyCollector',
3333
] as const
3434

3535
const root = path.resolve(__dirname, '../../../../..') // hardhat-graph-protocol root
@@ -49,7 +49,7 @@ export const GraphHorizonArtifactsMap = {
4949
HorizonStaking: HORIZON_ARTIFACTS_PATH,
5050
GraphPayments: HORIZON_ARTIFACTS_PATH,
5151
PaymentsEscrow: HORIZON_ARTIFACTS_PATH,
52-
TAPCollector: HORIZON_ARTIFACTS_PATH,
52+
GraphTallyCollector: HORIZON_ARTIFACTS_PATH,
5353
} as const
5454

5555
export interface GraphHorizonContracts extends ContractList<GraphHorizonContractName> {
@@ -65,7 +65,7 @@ export interface GraphHorizonContracts extends ContractList<GraphHorizonContract
6565
HorizonStaking: HorizonStaking
6666
GraphPayments: GraphPayments
6767
PaymentsEscrow: PaymentsEscrow
68-
TAPCollector: TAPCollector
68+
GraphTallyCollector: GraphTallyCollector
6969

7070
// Aliases
7171
GraphToken: L2GraphToken

packages/hardhat-graph-protocol/test/fixtures/files/addresses-arbsep.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"PaymentsEscrow": {
1010
"address": "0x09B985a2042848A08bA59060EaF0f07c6F5D4d54"
1111
},
12-
"TAPCollector": {
12+
"GraphTallyCollector": {
1313
"address": "0xacC71844EF6beEF70106ABe6E51013189A1f3738"
1414
},
1515
"GraphProxyAdmin": {

0 commit comments

Comments
 (0)