File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/hardhat-graph-protocol
src/sdk/deployments/horizon Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import type {
10
10
} from '@graphprotocol/contracts'
11
11
import type {
12
12
GraphPayments ,
13
+ GraphTallyCollector ,
13
14
HorizonStaking ,
14
15
PaymentsEscrow ,
15
- TAPCollector ,
16
16
} from '@graphprotocol/horizon'
17
17
import type { ContractList } from '../../lib/contract'
18
18
@@ -29,7 +29,7 @@ export const GraphHorizonContractNameList = [
29
29
'HorizonStaking' ,
30
30
'GraphPayments' ,
31
31
'PaymentsEscrow' ,
32
- 'TAPCollector ' ,
32
+ 'GraphTallyCollector ' ,
33
33
] as const
34
34
35
35
const root = path . resolve ( __dirname , '../../../../..' ) // hardhat-graph-protocol root
@@ -49,7 +49,7 @@ export const GraphHorizonArtifactsMap = {
49
49
HorizonStaking : HORIZON_ARTIFACTS_PATH ,
50
50
GraphPayments : HORIZON_ARTIFACTS_PATH ,
51
51
PaymentsEscrow : HORIZON_ARTIFACTS_PATH ,
52
- TAPCollector : HORIZON_ARTIFACTS_PATH ,
52
+ GraphTallyCollector : HORIZON_ARTIFACTS_PATH ,
53
53
} as const
54
54
55
55
export interface GraphHorizonContracts extends ContractList < GraphHorizonContractName > {
@@ -65,7 +65,7 @@ export interface GraphHorizonContracts extends ContractList<GraphHorizonContract
65
65
HorizonStaking : HorizonStaking
66
66
GraphPayments : GraphPayments
67
67
PaymentsEscrow : PaymentsEscrow
68
- TAPCollector : TAPCollector
68
+ GraphTallyCollector : GraphTallyCollector
69
69
70
70
// Aliases
71
71
GraphToken : L2GraphToken
Original file line number Diff line number Diff line change 9
9
"PaymentsEscrow" : {
10
10
"address" : " 0x09B985a2042848A08bA59060EaF0f07c6F5D4d54"
11
11
},
12
- "TAPCollector " : {
12
+ "GraphTallyCollector " : {
13
13
"address" : " 0xacC71844EF6beEF70106ABe6E51013189A1f3738"
14
14
},
15
15
"GraphProxyAdmin" : {
You can’t perform that action at this time.
0 commit comments