-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.yml
More file actions
59 lines (54 loc) · 1.36 KB
/
build.yml
File metadata and controls
59 lines (54 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
ignite:
version: 12d3491
config: !include config.yml
framework:
type: rollkit
versions:
github.com/cosmos/cosmos-sdk: github.com/rollkit/cosmos-sdk@v0.46.7-rollkit-v0.7.2-no-fraud-proofs
github.com/tendermint/tendermint: github.com/celestiaorg/tendermint@v0.34.22-0.20221202214355-3605c597500d
# type: cosmos-sdk
# versions:
# github.com/cosmos/cosmos-sdk: github.com/cosmos/cosmos-sdk@v0.46.2
# github.com/ignite/cli: github.com/ignite/cli@v0.25.0
manager:
start:
chain_id: examplechain-0
validator_name: examplevalidator
key_name: examplevalidator
tokens:
- symbol: examplesym
node_config:
config:
rpc:
laddr: tcp://0.0.0.0:26657
app:
api:
enable: true
swagger: true
address: tcp://0.0.0.0:1317
max-open-connections: 1000
chain:
name: examplechain
prefix: ex
modules:
- name: examplemodule
deps:
- bank
- staking
models:
- name: entity_name
type: list
attributes:
- field1:string
- field2:int
events: true
# TODO implement support for custom files
# custom_files:
# - custom_entity.go
- name: resource_name
type: list
attributes:
- owner:string
- name:string
- category:string
- value:int