Skip to content

Commit 7e85040

Browse files
committed
feat(drs): updated makefile and templates to DRS 4 (#206)
1 parent ef9497e commit 7e85040

File tree

3 files changed

+625
-1
lines changed

3 files changed

+625
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COMMIT := $(shell git log -1 --format='%H')
77
ifndef BECH32_PREFIX
88
$(error BECH32_PREFIX is not set)
99
endif
10-
DRS_VERSION = 3
10+
DRS_VERSION = 4
1111

1212
# don't override user values
1313
ifeq (,$(NAME))
Lines changed: 312 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,312 @@
1+
{
2+
"genesis_time": "2024-12-20T17:33:22.174745Z",
3+
"chain_id": "rollappwasm_1234-1",
4+
"initial_height": "1",
5+
"consensus_params": {
6+
"block": {
7+
"max_bytes": "500000",
8+
"max_gas": "400000000",
9+
"time_iota_ms": "1000"
10+
},
11+
"evidence": {
12+
"max_age_num_blocks": "100000",
13+
"max_age_duration": "172800000000000",
14+
"max_bytes": "500000"
15+
},
16+
"validator": {
17+
"pub_key_types": [
18+
"ed25519"
19+
]
20+
},
21+
"version": {}
22+
},
23+
"app_hash": "",
24+
"app_state": {
25+
"auth": {
26+
"params": {
27+
"max_memo_characters": "256",
28+
"tx_sig_limit": "7",
29+
"tx_size_cost_per_byte": "10",
30+
"sig_verify_cost_ed25519": "590",
31+
"sig_verify_cost_secp256k1": "1000"
32+
},
33+
"accounts": []
34+
},
35+
"authz": {
36+
"authorization": []
37+
},
38+
"bank": {
39+
"params": {
40+
"send_enabled": [],
41+
"default_send_enabled": true
42+
},
43+
"balances": [],
44+
"supply": [],
45+
"denom_metadata": []
46+
},
47+
"callback": {
48+
"params": {
49+
"callback_gas_limit": "1000000",
50+
"max_block_reservation_limit": "3",
51+
"max_future_reservation_limit": "10000",
52+
"block_reservation_fee_multiplier": "0.000000000000000000",
53+
"future_reservation_fee_multiplier": "0.000000000000000000",
54+
"min_price_of_gas": {
55+
"denom": "stake",
56+
"amount": "0"
57+
}
58+
},
59+
"callbacks": []
60+
},
61+
"capability": {
62+
"index": "1",
63+
"owners": []
64+
},
65+
"cwerrors": {
66+
"params": {
67+
"error_stored_time": "302400",
68+
"subscription_fee": {
69+
"denom": "stake",
70+
"amount": "0"
71+
},
72+
"subscription_period": "302400"
73+
},
74+
"errors": []
75+
},
76+
"distribution": {
77+
"params": {
78+
"community_tax": "0.00002",
79+
"base_proposer_reward": "0.8",
80+
"bonus_proposer_reward": "0.000000000000000000",
81+
"withdraw_addr_enabled": true
82+
},
83+
"fee_pool": {
84+
"community_pool": []
85+
},
86+
"delegator_withdraw_infos": [],
87+
"previous_proposer": "",
88+
"outstanding_rewards": [],
89+
"validator_accumulated_commissions": [],
90+
"validator_historical_rewards": [],
91+
"validator_current_rewards": [],
92+
"delegator_starting_infos": [],
93+
"validator_slash_events": []
94+
},
95+
"epochs": {
96+
"epochs": [
97+
{
98+
"identifier": "minute",
99+
"start_time": "0001-01-01T00:00:00Z",
100+
"duration": "60s",
101+
"current_epoch": "0",
102+
"current_epoch_start_time": "0001-01-01T00:00:00Z",
103+
"epoch_counting_started": false,
104+
"current_epoch_start_height": "0"
105+
},
106+
{
107+
"identifier": "hour",
108+
"start_time": "0001-01-01T00:00:00Z",
109+
"duration": "3600s",
110+
"current_epoch": "0",
111+
"current_epoch_start_time": "0001-01-01T00:00:00Z",
112+
"epoch_counting_started": false,
113+
"current_epoch_start_height": "0"
114+
},
115+
{
116+
"identifier": "day",
117+
"start_time": "0001-01-01T00:00:00Z",
118+
"duration": "86400s",
119+
"current_epoch": "0",
120+
"current_epoch_start_time": "0001-01-01T00:00:00Z",
121+
"epoch_counting_started": false,
122+
"current_epoch_start_height": "0"
123+
},
124+
{
125+
"identifier": "week",
126+
"start_time": "0001-01-01T00:00:00Z",
127+
"duration": "604800s",
128+
"current_epoch": "0",
129+
"current_epoch_start_time": "0001-01-01T00:00:00Z",
130+
"epoch_counting_started": false,
131+
"current_epoch_start_height": "0"
132+
},
133+
{
134+
"identifier": "year",
135+
"start_time": "0001-01-01T00:00:00Z",
136+
"duration": "31536000s",
137+
"current_epoch": "0",
138+
"current_epoch_start_time": "0001-01-01T00:00:00Z",
139+
"epoch_counting_started": false,
140+
"current_epoch_start_height": "0"
141+
}
142+
]
143+
},
144+
"feegrant": {
145+
"allowances": []
146+
},
147+
"gasless": {
148+
"params": {
149+
"minimum_gas_deposit": [
150+
{
151+
"denom": "stake",
152+
"amount": "10000000000000000000"
153+
}
154+
]
155+
},
156+
"usage_identifier_to_gastank_ids": [],
157+
"last_gas_tank_id": "0",
158+
"gas_tanks": [],
159+
"gas_consumers": []
160+
},
161+
"genutil": {
162+
"gen_txs": []
163+
},
164+
"gov": {
165+
"starting_proposal_id": "1",
166+
"deposits": [],
167+
"votes": [],
168+
"proposals": [],
169+
"deposit_params": {
170+
"min_deposit": [
171+
{
172+
"denom": "stake",
173+
"amount": "1000000000000000000000"
174+
}
175+
],
176+
"max_deposit_period": "172800s"
177+
},
178+
"voting_params": {
179+
"voting_period": "432000s"
180+
},
181+
"tally_params": {
182+
"quorum": "0.334000000000000000",
183+
"threshold": "0.500000000000000000",
184+
"veto_threshold": "0.334000000000000000"
185+
}
186+
},
187+
"hubgenesis": {
188+
"params": {},
189+
"genesis_accounts": []
190+
},
191+
"hubs": {
192+
"state": {
193+
"hub": {
194+
"registered_denoms": []
195+
}
196+
}
197+
},
198+
"ibc": {
199+
"client_genesis": {
200+
"clients": [],
201+
"clients_consensus": [],
202+
"clients_metadata": [],
203+
"params": {
204+
"allowed_clients": [
205+
"06-solomachine",
206+
"07-tendermint"
207+
]
208+
},
209+
"create_localhost": false,
210+
"next_client_sequence": "0"
211+
},
212+
"connection_genesis": {
213+
"connections": [],
214+
"client_connection_paths": [],
215+
"next_connection_sequence": "0",
216+
"params": {
217+
"max_expected_time_per_block": "30000000000"
218+
}
219+
},
220+
"channel_genesis": {
221+
"channels": [],
222+
"acknowledgements": [],
223+
"commitments": [],
224+
"receipts": [],
225+
"send_sequences": [],
226+
"recv_sequences": [],
227+
"ack_sequences": [],
228+
"next_channel_sequence": "0"
229+
}
230+
},
231+
"mint": {
232+
"minter": {
233+
"current_inflation_rate": "0.080000000000000000"
234+
},
235+
"params": {
236+
"mint_denom": "stake",
237+
"mint_epoch_identifier": "hour",
238+
"mint_start_epoch": "1",
239+
"inflation_change_epoch_identifier": "year",
240+
"inflation_rate_change": "0.010000000000000000",
241+
"target_inflation_rate": "0.020000000000000000"
242+
}
243+
},
244+
"params": null,
245+
"rollappparams": {
246+
"params": {
247+
"da": "celestia",
248+
"drs_version": 4,
249+
"min_gas_prices": []
250+
}
251+
},
252+
"sequencers": {
253+
"params": {
254+
"unbonding_time": "1814400s",
255+
"historical_entries": 10000
256+
},
257+
"sequencers": []
258+
},
259+
"staking": {
260+
"params": {
261+
"unbonding_time": "1814400s",
262+
"max_validators": 100,
263+
"max_entries": 7,
264+
"historical_entries": 10000,
265+
"bond_denom": "stake",
266+
"min_commission_rate": "0.050000000000000000"
267+
},
268+
"last_total_power": "0",
269+
"last_validator_powers": [],
270+
"validators": [],
271+
"delegations": [],
272+
"unbonding_delegations": [],
273+
"redelegations": [],
274+
"exported": false
275+
},
276+
"timeupgrade": null,
277+
"tokenfactory": {
278+
"params": {
279+
"denom_creation_fee": [
280+
{
281+
"denom": "stake",
282+
"amount": "10000000000000000000"
283+
}
284+
]
285+
},
286+
"factory_denoms": []
287+
},
288+
"transfer": {
289+
"port_id": "transfer",
290+
"denom_traces": [],
291+
"params": {
292+
"send_enabled": true,
293+
"receive_enabled": true
294+
}
295+
},
296+
"upgrade": {},
297+
"vesting": {},
298+
"wasm": {
299+
"params": {
300+
"code_upload_access": {
301+
"permission": "Everybody",
302+
"address": "",
303+
"addresses": []
304+
},
305+
"instantiate_default_permission": "Everybody"
306+
},
307+
"codes": [],
308+
"contracts": [],
309+
"sequences": []
310+
}
311+
}
312+
}

0 commit comments

Comments
 (0)