Skip to content

Commit e89a892

Browse files
committed
chore: gitignore
Signed-off-by: Tomás Migone <[email protected]>
1 parent fe19b63 commit e89a892

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ localNetwork.json
4545
arbitrum-addresses-local.json
4646
tx-*.log
4747
addresses-fork.json
48+
addresses-hardhat.json
49+
addresses-localhost.json
4850

4951
# Keys
5052
.keystore

packages/horizon/addresses.json

-53
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,2 @@
11
{
2-
"421614": {
3-
"Controller": {
4-
"address": "0x7BA16C15f31def108B9DE838FEFC0064Db41DE34"
5-
},
6-
"EpochManager": {
7-
"address": "0x4610509a8060FdC65A004108A13b35BdB76a925f",
8-
"proxy": "graph",
9-
"implementation": "0x3D5A0750876CF7Ef60c197384bA51274BE8462b0"
10-
},
11-
"L2Curation": {
12-
"address": "0x7de78C8A177bE8A44434881eA62FD639847Fdb92",
13-
"proxy": "graph",
14-
"implementation": "0x5086DD0968bf365f509C353F9F9fB46f1Eca1b58"
15-
},
16-
"RewardsManager": {
17-
"address": "0xF04B3aA4A86833a88330886B792a348Ee05A0bdb",
18-
"proxy": "graph",
19-
"implementation": "0xFD2F3cE172F98BC6e8c9d2C715DdbfC362D4F90b"
20-
},
21-
"L2GraphTokenGateway": {
22-
"address": "0xCb1F644a3Ee5eC23C995Fe5F770355488ae8fF05",
23-
"proxy": "graph",
24-
"implementation": "0x5F9190a5C2963FBae4096c7243222aaE1fe7692C"
25-
},
26-
"L2GraphToken": {
27-
"address": "0xFFaf14e94CBAebF8e48bb7001e0955233aBD1671",
28-
"proxy": "graph",
29-
"implementation": "0x62B40CD8a5bcFb76Edd47216b73e91C4Bd05b0Ae"
30-
},
31-
"GraphProxyAdmin": {
32-
"address": "0x60f5AD8Fd442A4e7420A9A4cdC6B2ad6225cADd1"
33-
},
34-
"HorizonStaking": {
35-
"address": "0x0ca984579d67C8a69e5612DAd4b09Ba2ab0ab163",
36-
"proxy": "graph",
37-
"implementation": "0xC1515C8E03A04aCC65624bc9Fb9B97aF87F018FE"
38-
},
39-
"GraphPayments": {
40-
"address": "0xFaAA95dfd5ed6e0A85235c37161070637315106e",
41-
"proxy": "transparent",
42-
"implementation": "0xfdfB7a510F81a020781A7110fd3b52c9c67C00BA",
43-
"proxyAdmin": "0xDC934B75361a42958FE2d951d753E3cb55b10968"
44-
},
45-
"PaymentsEscrow": {
46-
"address": "0x1F4F20A6ECAA394F6980311f7125C709964d6018",
47-
"proxy": "transparent",
48-
"implementation": "0xb3e190392d0c39AbF640e368714baa7E54e29f1D",
49-
"proxyAdmin": "0x99CaF23F1eCB84934D44E89e5f992FcB5FE33f92"
50-
},
51-
"GraphTallyCollector": {
52-
"address": "0x412823c630CBFC5fF73e6A2a4429C641D5bA711e"
53-
}
54-
}
552
}

0 commit comments

Comments
 (0)