Skip to content

Commit 945a362

Browse files
authored
Merge pull request #92 from KYVENetwork/chore/upgrades-7
chore: added upgrades
2 parents 62b4e5c + 1633e90 commit 945a362

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/registry.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ archway-1:
104104
ksync-engine: cometbft-v0.38
105105
name: v9.0.0
106106
recommended-version: v9.0.0
107+
- commit: 1de4e5c39a07893c8ce2949978e9c0714e5d6097
108+
go-version: go1.23
109+
height: 8919000
110+
ksync-engine: cometbft-v0.38
111+
name: v10.0.0
112+
recommended-version: v10.0.0
107113
config-version: 1
108114
networks:
109115
kaon-1:
@@ -820,9 +826,12 @@ dydx-mainnet-1:
820826
binary-name: dydxprotocold
821827
block-sync-pool: 13
822828
docs-url: https://docs.dydx.exchange/
829+
state-sync-pool: 19
823830
pools:
824831
- id: 13
825832
runtime: kyvejs/tendermint
833+
- id: 19
834+
runtime: kyvejs/tendermint-ssync
826835
properties:
827836
description: "dYdX chain is an open-source application specific blockchain\
828837
\ software that can power a decentralized perpetuals exchange. This standalone\

archway-1/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ codebase:
5252
commit: "5eb8a3062e1b457b6732d681f742e54facbf8b18"
5353
go-version: "go1.22"
5454
ksync-engine: "cometbft-v0.38"
55+
- name: "v10.0.0"
56+
height: 8919000
57+
recommended-version: "v10.0.0"
58+
commit: "1de4e5c39a07893c8ce2949978e9c0714e5d6097"
59+
go-version: "go1.23"
60+
ksync-engine: "cometbft-v0.38"
5561

5662
networks:
5763
# Mainnet pools

dydx-mainnet-1/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,14 @@ networks:
8383
pools:
8484
- id: 13
8585
runtime: "kyvejs/tendermint"
86+
- id: 19
87+
runtime: "kyvejs/tendermint-ssync"
8688
integrations:
8789
ksync:
8890
binary-name: "dydxprotocold"
8991
block-sync-pool: 13
9092
docs-url: "https://docs.dydx.exchange/"
93+
state-sync-pool: 19
9194
# Testnet pools
9295
kaon-1:
9396
pools:

0 commit comments

Comments
 (0)