Skip to content

Commit

Permalink
Merge pull request #52 from KYVENetwork/feat/axelar-state-sync
Browse files Browse the repository at this point in the history
feat: added axelar state-sync pool
  • Loading branch information
troykessler authored May 14, 2024
2 parents ed7aab2 + 0691ea8 commit d7f6997
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,12 @@ axelar-dojo-1:
binary-name: axelard
block-sync-pool: 3
docs-url: https://docs.axelar.dev/
state-sync-pool: 26
pools:
- id: 3
runtime: kyvejs/tendermint
- id: 26
runtime: kyvejs/tendermint-ssync
properties:
description: "Axelar is the programmable Web3 interoperability platform, connecting\
\ over 50 blockchains via a secure, scalable network \u2013 internet infrastructure\
Expand Down
3 changes: 3 additions & 0 deletions axelar-dojo-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,11 @@ networks:
pools:
- id: 3
runtime: "kyvejs/tendermint"
- id: 26
runtime: "kyvejs/tendermint-ssync"
integrations:
ksync:
binary-name: "axelard"
block-sync-pool: 3
docs-url: "https://docs.axelar.dev/"
state-sync-pool: 26

0 comments on commit d7f6997

Please sign in to comment.