Skip to content

Commit 7c30f36

Browse files
authored
Merge pull request #100 from KYVENetwork/chore/story
chore: add story
2 parents 945a362 + 5670b43 commit 7c30f36

2 files changed

Lines changed: 76 additions & 0 deletions

File tree

.github/registry.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,6 +1527,43 @@ source-1:
15271527
title: Source
15281528
website: https://www.sourceprotocol.io/
15291529
source-id: source-1
1530+
story-1:
1531+
codebase:
1532+
git-url: https://github.com/piplabs/story
1533+
settings:
1534+
cosmos-properties:
1535+
genesis-url: https://raw.githubusercontent.com/piplabs/story/refs/heads/main/lib/netconf/story/genesis.json
1536+
registry-url: https://github.com/cosmos/chain-registry/blob/master/story/chain.json
1537+
upgrades:
1538+
- commit: aeb1c48958b45cc126307d89ab4bd497d15a2f16
1539+
go-version: go1.22
1540+
height: 1
1541+
ksync-engine: cometbft-v0.38
1542+
name: genesis
1543+
recommended-version: v1.2.0
1544+
config-version: 1
1545+
networks:
1546+
kaon-1:
1547+
integrations:
1548+
ksync:
1549+
binary-name: storyd
1550+
block-sync-pool: 38
1551+
docs-url: https://docs.story.foundation/
1552+
state-sync-pool: 39
1553+
pools:
1554+
- id: 38
1555+
runtime: kyvejs/tendermint
1556+
- id: 39
1557+
runtime: kyvejs/tendermint-ssync
1558+
properties:
1559+
description: Story is a purpose-built layer 1 blockchain designed specifically
1560+
for intellectual property.
1561+
docs: https://docs.story.foundation/
1562+
hex: '#000000'
1563+
logo: ar://va_D53y67A4TUzhO7WemFSgQ77BgQUSsBx0dq2swDVY
1564+
title: Story
1565+
website: https://www.story.foundation/
1566+
source-id: story-1
15301567
xion-mainnet-1:
15311568
codebase:
15321569
git-url: https://github.com/burnt-labs/xion

story-1/config.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Global information
2+
source-id: "story-1"
3+
config-version: 1
4+
properties:
5+
title: "Story"
6+
hex: "#000000"
7+
logo: "ar://va_D53y67A4TUzhO7WemFSgQ77BgQUSsBx0dq2swDVY"
8+
description: "Story is a purpose-built layer 1 blockchain designed specifically for intellectual property."
9+
website: https://www.story.foundation/
10+
docs: https://docs.story.foundation/
11+
12+
codebase:
13+
git-url: https://github.com/piplabs/story
14+
settings:
15+
cosmos-properties:
16+
registry-url: https://github.com/cosmos/chain-registry/blob/master/story/chain.json
17+
genesis-url: https://raw.githubusercontent.com/piplabs/story/refs/heads/main/lib/netconf/story/genesis.json
18+
upgrades:
19+
- name: "genesis"
20+
height: 1
21+
recommended-version: "v1.2.0"
22+
commit: "aeb1c48958b45cc126307d89ab4bd497d15a2f16"
23+
go-version: "go1.22"
24+
ksync-engine: "cometbft-v0.38"
25+
26+
networks:
27+
# Testnet pools
28+
kaon-1:
29+
pools:
30+
- id: 38
31+
runtime: "kyvejs/tendermint"
32+
- id: 39
33+
runtime: "kyvejs/tendermint-ssync"
34+
integrations:
35+
ksync:
36+
binary-name: "storyd"
37+
block-sync-pool: 38
38+
docs-url: "https://docs.story.foundation/"
39+
state-sync-pool: 39

0 commit comments

Comments
 (0)