small stuff

This commit is contained in:
JulesCrown 2024-05-15 19:44:56 +02:00
parent 8ff75f4cc3
commit 0106e4af5e
2 changed files with 6 additions and 4 deletions

View file

@ -91,11 +91,13 @@ $ cast --help
### Harb
address: 0x7517db0f2b24223f2f0e3567149ca180e204da8a
[abi](../subgraph/harb/abis/Harb.json)
### Stake
address: 0xeB64dD1b4c0D59c9c8Cb3d9EA0E319cD0d45825f
[abi](../subgraph/harb/abis/Stake.json)

View file

@ -1,12 +1,12 @@
{
"sepolia": {
"Harb": {
"address": "0xaf0a83ae80be549d32f94b74a4bdcda9090c4c8b",
"startBlock": 5899691
"address": "0x7517db0f2b24223f2f0e3567149ca180e204da8a",
"startBlock": 5909060
},
"Stake": {
"address": "0x4a7acb6b7318b775dccf00e378449290162cf382",
"startBlock": 5899691
"address": "0x00b4d656b8182d0c2f4841b7a6f1429b94f73a66",
"startBlock": 5909060
}
}
}