-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
121 lines (121 loc) · 2.55 KB
/
config.yaml
File metadata and controls
121 lines (121 loc) · 2.55 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
plug:
network_id: crypto.kiwis
max_block_size: 1000
registry:
plugins:
- crypto_kiwis.Crypto_KiwisPlugin
classes:
- crypto_kiwis.model.KiwiModel
indexers:
cryptokiwi.KiwiModel:
- crypto_kiwis.indexer.KiwiIndexer
cryptokiwi.KiwiCollectionModel:
- crypto_kiwis.indexer.KiwiUnclaimedIndexer
storage:
class: plug.storage.sqlite.SqliteStorage
path: db.sqlite
store_n_states: 10
initial_state:
cryptokiwi.KiwiCollectionModel:
_unclaimed:
kiwis:
-
id: "A123"
name: 'Ahi Patu'
colour: "#f6a26d"
size: 10
-
id: "B123"
name: 'Ao Papa'
colour: "#3249ce"
size: 10
-
id: "C123"
name: 'Ara Pakihi'
colour: "#cf6b08"
size: 9
-
id: "D123"
name: 'Ariki Pai'
colour: "#9a494a"
size: 9
-
id: "E123"
name: 'Aroha Pahu'
colour: "#f68309"
size: 8
-
id: "F123"
name: 'Atua Pae'
colour: "#eba135"
size: 8
-
id: "G123"
name: 'Awa One'
colour: "#5284e0"
size: 7
-
id: "H123"
name: 'Haere Nui'
colour: "#6a9262"
size: 7
-
id: "H123"
name: 'Haraki Noa'
colour: "#b2ed68"
size: 6
-
id: "I123"
name: 'Hapu Nikau'
colour: "#1e9843"
size: 6
-
id: "J123"
name: 'Hau Niho'
colour: "#c334fb"
size: 5
-
id: "K123"
name: 'Heke Mutu'
colour: "#4ec81f"
size: 5
-
id: "L123"
name: 'Hiki Muri'
colour: "#6a88b4"
size: 4
-
id: "M123"
name: 'Hua Motu'
colour: "#34e09e"
size: 4
-
id: "N123"
name: 'Hui Morehu'
colour: "#e1ad9a"
size: 3
-
id: "O123"
name: 'Ika Mokihi'
colour: "#41cf7b"
size: 3
-
id: "P123"
name: 'Iti Moana'
colour: "#7a70db"
size: 2
-
id: "Q123"
name: 'Iwi Moa'
colour: "#fea278"
size: 2
-
id: "R123"
name: 'Kai Miro'
colour: "#ba9eff"
size: 1
-
id: "S123"
name: 'Kaka Mere'
colour: "#ef291d"
size: 1