Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

configs: fix genesis.json refs to link the config folder #966

Merged
merged 2 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- configs: fix genesis.json refs to link the config folder
- ci: downgraded windows runner to windows-latest
- ci: added windows binaries build and upload the binaries to the release page
- ci: add `CHANGELOG.md` and enforce it is edited for each PR on `main`
Expand Down
6 changes: 3 additions & 3 deletions configs/genesis-assets/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
],
[
"0x2c2b8f559e1221468140ad7b2352b1a5be32660d0bf1a3ae3a054a4ec5254e4",
{ "path": "./crates/node/src/genesis_assets/Account.json", "version": 0 }
{ "path": "./configs/genesis-assets/Account.json", "version": 0 }
],
[
"0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570",
{
"path": "./crates/node/src/genesis_assets/AccountBaseImpl.json",
"path": "./configs/genesis-assets/AccountBaseImpl.json",
"version": 0
}
],
[
"0x07db5c2c2676c2a5bfc892ee4f596b49514e3056a0eee8ad125870b4fb1dd909",
{
"path": "./crates/node/src/genesis_assets/CallAggregator.json",
"path": "./configs/genesis-assets/CallAggregator.json",
"version": 0
}
],
Expand Down