Skip to content

Commit e5dc797

Browse files
committed
fix: update all ignition packages
Signed-off-by: Tomás Migone <[email protected]>
1 parent 4fa4f57 commit e5dc797

File tree

4 files changed

+17
-55
lines changed

4 files changed

+17
-55
lines changed

packages/horizon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"@nomicfoundation/hardhat-ethers": "^3.0.8",
1919
"@nomicfoundation/hardhat-foundry": "^1.1.1",
2020
"@nomicfoundation/hardhat-ignition": "^0.15.8",
21-
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.5",
21+
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.8",
2222
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2323
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2424
"@nomicfoundation/hardhat-verify": "^2.0.10",
25-
"@nomicfoundation/ignition-core": "^0.15.5",
25+
"@nomicfoundation/ignition-core": "^0.15.8",
2626
"@openzeppelin/contracts": "^5.0.2",
2727
"@openzeppelin/contracts-upgradeable": "^5.0.2",
2828
"@typechain/ethers-v6": "^0.5.0",

packages/horizon/scripts/deploy.ts

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,11 @@ import { ignition } from 'hardhat'
55
import HorizonModule from '../ignition/modules/horizon'
66

77
async function main() {
8-
// const HorizonConfig = removeNFromBigInts(require('../ignition/configs/horizon.hardhat.json5'))
8+
const HorizonConfig = removeNFromBigInts(require('../ignition/configs/horizon.hardhat.json5'))
9+
910
// Deploy Horizon
1011
await ignition.deploy(HorizonModule, {
11-
parameters: {
12-
$global: {
13-
governor: '0xFFcf8FDEE72ac11b5c542428B35EEF5769C409f0',
14-
pauseGuardian: '0x95cED938F7991cd0dFcb48F0a06a40FA1aF46EBC',
15-
subgraphAvailabilityOracle: '0xd03ea8624C8C5987235048901fB614fDcA89b117',
16-
subgraphServiceAddress: '0x0000000000000000000000000000000000000000',
17-
},
18-
RewardsManager: { issuancePerBlock: '114155251141552511415' },
19-
EpochManager: { epochLength: 60 },
20-
Curation: { curationTaxPercentage: 10000, minimumCurationDeposit: 1 },
21-
GraphToken: { initialSupply: '10000000000000000000000000000' },
22-
HorizonStaking: { maxThawingPeriod: 2419200 },
23-
GraphPayments: { protocolPaymentCut: 10000 },
24-
PaymentsEscrow: {
25-
revokeCollectorThawingPeriod: 10000,
26-
withdrawEscrowThawingPeriod: 10000,
27-
},
28-
TAPCollector: {
29-
eip712Name: 'TAPCollector',
30-
eip712Version: '1',
31-
revokeSignerThawingPeriod: 10000,
32-
},
33-
},
12+
parameters: HorizonConfig,
3413
})
3514
}
3615
main().catch((error) => {

packages/subgraph-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@nomicfoundation/hardhat-ethers": "^3.0.8",
2020
"@nomicfoundation/hardhat-foundry": "^1.1.1",
2121
"@nomicfoundation/hardhat-ignition": "^0.15.8",
22-
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.5",
22+
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.8",
2323
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2424
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2525
"@nomicfoundation/hardhat-verify": "^2.0.10",
26-
"@nomicfoundation/ignition-core": "^0.15.5",
26+
"@nomicfoundation/ignition-core": "^0.15.8",
2727
"@openzeppelin/contracts": "^5.0.2",
2828
"@openzeppelin/contracts-upgradeable": "^5.0.2",
2929
"@typechain/ethers-v6": "^0.5.0",

yarn.lock

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2934,11 +2934,11 @@ __metadata:
29342934
"@nomicfoundation/hardhat-ethers": "npm:^3.0.8"
29352935
"@nomicfoundation/hardhat-foundry": "npm:^1.1.1"
29362936
"@nomicfoundation/hardhat-ignition": "npm:^0.15.8"
2937-
"@nomicfoundation/hardhat-ignition-ethers": "npm:^0.15.5"
2937+
"@nomicfoundation/hardhat-ignition-ethers": "npm:^0.15.8"
29382938
"@nomicfoundation/hardhat-network-helpers": "npm:^1.0.0"
29392939
"@nomicfoundation/hardhat-toolbox": "npm:^4.0.0"
29402940
"@nomicfoundation/hardhat-verify": "npm:^2.0.10"
2941-
"@nomicfoundation/ignition-core": "npm:^0.15.5"
2941+
"@nomicfoundation/ignition-core": "npm:^0.15.8"
29422942
"@openzeppelin/contracts": "npm:^5.0.2"
29432943
"@openzeppelin/contracts-upgradeable": "npm:^5.0.2"
29442944
"@typechain/ethers-v6": "npm:^0.5.0"
@@ -3027,11 +3027,11 @@ __metadata:
30273027
"@nomicfoundation/hardhat-ethers": "npm:^3.0.8"
30283028
"@nomicfoundation/hardhat-foundry": "npm:^1.1.1"
30293029
"@nomicfoundation/hardhat-ignition": "npm:^0.15.8"
3030-
"@nomicfoundation/hardhat-ignition-ethers": "npm:^0.15.5"
3030+
"@nomicfoundation/hardhat-ignition-ethers": "npm:^0.15.8"
30313031
"@nomicfoundation/hardhat-network-helpers": "npm:^1.0.0"
30323032
"@nomicfoundation/hardhat-toolbox": "npm:^4.0.0"
30333033
"@nomicfoundation/hardhat-verify": "npm:^2.0.10"
3034-
"@nomicfoundation/ignition-core": "npm:^0.15.5"
3034+
"@nomicfoundation/ignition-core": "npm:^0.15.8"
30353035
"@openzeppelin/contracts": "npm:^5.0.2"
30363036
"@openzeppelin/contracts-upgradeable": "npm:^5.0.2"
30373037
"@typechain/ethers-v6": "npm:^0.5.0"
@@ -4678,16 +4678,16 @@ __metadata:
46784678
languageName: node
46794679
linkType: hard
46804680

4681-
"@nomicfoundation/hardhat-ignition-ethers@npm:^0.15.5":
4682-
version: 0.15.5
4683-
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:0.15.5"
4681+
"@nomicfoundation/hardhat-ignition-ethers@npm:^0.15.8":
4682+
version: 0.15.8
4683+
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:0.15.8"
46844684
peerDependencies:
46854685
"@nomicfoundation/hardhat-ethers": ^3.0.4
4686-
"@nomicfoundation/hardhat-ignition": ^0.15.5
4687-
"@nomicfoundation/ignition-core": ^0.15.5
4686+
"@nomicfoundation/hardhat-ignition": ^0.15.8
4687+
"@nomicfoundation/ignition-core": ^0.15.8
46884688
ethers: ^6.7.0
46894689
hardhat: ^2.18.0
4690-
checksum: 19f0e029a580dd4d27048f1e87f8111532684cf7f0a2b5c8d6ae8d811ff489629305e3a616cb89702421142c7c628f1efa389781414de1279689018c463cce60
4690+
checksum: 480825fa20d24031b330f96ff667137b8fdb67db0efea8cb3ccd5919c3f93e2c567de6956278e36c399311fd61beef20fae6e7700f52beaa813002cbee482efa
46914691
languageName: node
46924692
linkType: hard
46934693

@@ -4764,23 +4764,6 @@ __metadata:
47644764
languageName: node
47654765
linkType: hard
47664766

4767-
"@nomicfoundation/ignition-core@npm:^0.15.5":
4768-
version: 0.15.5
4769-
resolution: "@nomicfoundation/ignition-core@npm:0.15.5"
4770-
dependencies:
4771-
"@ethersproject/address": "npm:5.6.1"
4772-
"@nomicfoundation/solidity-analyzer": "npm:^0.1.1"
4773-
cbor: "npm:^9.0.0"
4774-
debug: "npm:^4.3.2"
4775-
ethers: "npm:^6.7.0"
4776-
fs-extra: "npm:^10.0.0"
4777-
immer: "npm:10.0.2"
4778-
lodash: "npm:4.17.21"
4779-
ndjson: "npm:2.0.0"
4780-
checksum: ff14724d8e992dc54291da6e6a864f6b3db268b6725d0af6ecbf3f81ed65f6824441421b23129d118cd772efc8ab0275d1decf203019cb3049a48b37f9c15432
4781-
languageName: node
4782-
linkType: hard
4783-
47844767
"@nomicfoundation/ignition-core@npm:^0.15.8":
47854768
version: 0.15.8
47864769
resolution: "@nomicfoundation/ignition-core@npm:0.15.8"

0 commit comments

Comments
 (0)