Skip to content

Commit fa28d3a

Browse files
committed
prepare realionetwork_3300-1
1 parent 742dcc3 commit fa28d3a

File tree

10 files changed

+336
-39
lines changed

10 files changed

+336
-39
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
This repo contains genesis files for the [RealioNetwork](https://github.com/realiotech/realio-network) Testnets.
44

5-
The latest testnet is [RealioNetwork_1110-2](./realionetwork_1110-2). You can find a list of [seeds](https://docs.tendermint.com/master/tendermint-core/using-tendermint.html#seed) and [peers](https://docs.tendermint.com/master/tendermint-core/using-tendermint.html#persistent-peer) to connect to in the respective directory.
5+
The latest testnet is [RealioNetwork_3300-1](./realionetwork_3300-1).
66

7-
The latest release version is **v0.7.2**
7+
The latest release version is [**v0.8.0-rc1**](https://github.com/realiotech/realio-network/releases/tag/v0.8.0-rc1)
88

99
For the full instructions on how to [join the testnet](https://docs.realio.network/testnet/join-public/setup), please refer to the official [documentation](https://docs.realio.network/).
1010

1111
## Deprecated Testnets
12-
[RealioNetwork_1110-1](./realionetwork_1110-2) is a deprecated testnet which ran from 2022-9-30 to 2022-11-24
12+
[RealioNetwork_1110-1](./realionetwork_1110-1) is a deprecated testnet which ran from 2022-9-30 to 2022-11-24
13+
[RealioNetwork_1110-2](./realionetwork_1110-2) is a deprecated testnet which ran from 2022-11-24 to 2023-1-15
1314

1415

16+
For the full instructions on how to [join the testnet](https://docs.realio.network/testnet/overview), please refer to the official [documentation](https://docs.realio.network/).

realionetwork_1110-1/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RealioNetwork Testnet
1+
# RealioNetwork Testnet <span style="color:red">Deprecated</span>
22

33
## Instructions
44

realionetwork_1110-1/peers.txt

Whitespace-only changes.

realionetwork_1110-1/seeds.txt

Whitespace-only changes.

realionetwork_1110-2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RealioNetwork Testnet
1+
# RealioNetwork Testnet <span style="color:red">Deprecated</span>
22

33
## Instructions
44

realionetwork_1110-2/peers.txt

-33
This file was deleted.

realionetwork_1110-2/seeds.txt

-1
This file was deleted.

realionetwork_3300-1/.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
genesis.zip filter=lfs diff=lfs merge=lfs -text

realionetwork_3300-1/README.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# RealioNetwork Testnet
2+
3+
## Instructions
4+
5+
## Full nodes and general participants
6+
7+
Follow the instructions on the official documentation to [join the testnet](https://docs.realio.network/testnet/overview)
8+
9+
The team is [available on discord](https://discord.gg/Nv9EUbRnKb)
10+
11+
## Genesis File
12+
13+
Download the genesis file [genesis.json](./genesis.json)
14+
15+
Verify the SHA256 checksum using:
16+
17+
```bash
18+
sha256sum genesis.json
19+
# a2f8fae48eb019720ef78524d683a9ca22884dd4e9ba4f8d5b3ac10db1275183 genesis.json
20+
```
21+
22+
## Details
23+
24+
- Network Chain ID: `realionetwork_3300-1`
25+
- EIP155 Chain ID: `3300`
26+
- `realio-networkd` version: [`v0.8.0-rc1`](https://github.com/realiotech/realio-network/releases)
27+
- Explorer: [explorer.realionetwork.dev](https://explorer.k8s.stage.realio.fund/)
28+
29+
## Seeds & Peers
30+
31+
Pop in the [ testnet seed channel on discord](https://discord.gg/Nv9EUbRnKb) and ask for a peer/seed node

realionetwork_3300-1/genesis.json

+297
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,297 @@
1+
{
2+
"genesis_time": "2023-03-15T23:26:27.358441Z",
3+
"chain_id": "realionetwork_3300-1",
4+
"initial_height": "1",
5+
"consensus_params": {
6+
"block": {
7+
"max_bytes": "22020096",
8+
"max_gas": "-1",
9+
"time_iota_ms": "1000"
10+
},
11+
"evidence": {
12+
"max_age_num_blocks": "100000",
13+
"max_age_duration": "172800000000000",
14+
"max_bytes": "1048576"
15+
},
16+
"validator": {
17+
"pub_key_types": [
18+
"ed25519"
19+
]
20+
},
21+
"version": {}
22+
},
23+
"app_hash": "",
24+
"app_state": {
25+
"asset": {
26+
"params": {},
27+
"tokens": [
28+
{
29+
"authorizationRequired": true,
30+
"authorized": {
31+
"realio17ad5kxllue0wx8ja9ke09lys0fzs0ltxkezent": {
32+
"address": "realio17ad5kxllue0wx8ja9ke09lys0fzs0ltxkezent",
33+
"authorized": true,
34+
"tokenSymbol": "RST"
35+
}
36+
},
37+
"manager": "realio17ad5kxllue0wx8ja9ke09lys0fzs0ltxkezent",
38+
"name": "Realio Security Token",
39+
"symbol": "RST",
40+
"total": "50000000"
41+
}
42+
]
43+
},
44+
"auth": {
45+
"params": {
46+
"max_memo_characters": "256",
47+
"tx_sig_limit": "7",
48+
"tx_size_cost_per_byte": "10",
49+
"sig_verify_cost_ed25519": "590",
50+
"sig_verify_cost_secp256k1": "1000"
51+
},
52+
"accounts": []
53+
},
54+
"authz": {
55+
"authorization": []
56+
},
57+
"bank": {
58+
"params": {
59+
"send_enabled": [],
60+
"default_send_enabled": true
61+
},
62+
"balances": [],
63+
"supply": [],
64+
"denom_metadata": [
65+
{
66+
"description": "The native utility, gas, evm, governance and staking token of the Realio Network",
67+
"denom_units": [
68+
{
69+
"denom": "ario",
70+
"exponent": 0,
71+
"aliases": [
72+
"attorio"
73+
]
74+
},
75+
{
76+
"denom": "rio",
77+
"exponent": 18,
78+
"aliases": []
79+
}
80+
],
81+
"base": "ario",
82+
"display": "rio",
83+
"name": "Realio Network Rio",
84+
"symbol": "RIO"
85+
},
86+
{
87+
"description": "Realio Security Token",
88+
"denom_units": [
89+
{
90+
"denom": "arst",
91+
"exponent": 0,
92+
"aliases": [
93+
"attorst"
94+
]
95+
},
96+
{
97+
"denom": "rst",
98+
"exponent": 18,
99+
"aliases": []
100+
}
101+
],
102+
"base": "arst",
103+
"display": "rst",
104+
"name": "Realio Security Token",
105+
"symbol": "RST"
106+
}
107+
]
108+
},
109+
"capability": {
110+
"index": "1",
111+
"owners": []
112+
},
113+
"crisis": {
114+
"constant_fee": {
115+
"denom": "ario",
116+
"amount": "5000000000000000000"
117+
}
118+
},
119+
"distribution": {
120+
"params": {
121+
"community_tax": "0.020000000000000000",
122+
"base_proposer_reward": "0.010000000000000000",
123+
"bonus_proposer_reward": "0.040000000000000000",
124+
"withdraw_addr_enabled": true
125+
},
126+
"fee_pool": {
127+
"community_pool": []
128+
},
129+
"delegator_withdraw_infos": [],
130+
"previous_proposer": "",
131+
"outstanding_rewards": [],
132+
"validator_accumulated_commissions": [],
133+
"validator_historical_rewards": [],
134+
"validator_current_rewards": [],
135+
"delegator_starting_infos": [],
136+
"validator_slash_events": []
137+
},
138+
"evidence": {
139+
"evidence": []
140+
},
141+
"evm": {
142+
"accounts": [],
143+
"params": {
144+
"evm_denom": "ario",
145+
"enable_create": true,
146+
"enable_call": true,
147+
"extra_eips": [],
148+
"chain_config": {
149+
"homestead_block": "0",
150+
"dao_fork_block": "0",
151+
"dao_fork_support": true,
152+
"eip150_block": "0",
153+
"eip150_hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
154+
"eip155_block": "0",
155+
"eip158_block": "0",
156+
"byzantium_block": "0",
157+
"constantinople_block": "0",
158+
"petersburg_block": "0",
159+
"istanbul_block": "0",
160+
"muir_glacier_block": "0",
161+
"berlin_block": "0",
162+
"london_block": "0",
163+
"arrow_glacier_block": "0",
164+
"gray_glacier_block": "0",
165+
"merge_netsplit_block": "0",
166+
"shanghai_block": "0",
167+
"cancun_block": "0"
168+
},
169+
"allow_unprotected_txs": false
170+
}
171+
},
172+
"feegrant": {
173+
"allowances": []
174+
},
175+
"feemarket": {
176+
"params": {
177+
"no_base_fee": false,
178+
"base_fee_change_denominator": 8,
179+
"elasticity_multiplier": 2,
180+
"enable_height": "0",
181+
"base_fee": "1000000000",
182+
"min_gas_price": "0.000000000000000000",
183+
"min_gas_multiplier": "0.500000000000000000"
184+
},
185+
"block_gas": "0"
186+
},
187+
"genutil": {
188+
"gen_txs": []
189+
},
190+
"gov": {
191+
"starting_proposal_id": "1",
192+
"deposits": [],
193+
"votes": [],
194+
"proposals": [],
195+
"deposit_params": {
196+
"min_deposit": [
197+
{
198+
"denom": "ario",
199+
"amount": "10000000000000000000"
200+
}
201+
],
202+
"max_deposit_period": "21600s"
203+
},
204+
"voting_params": {
205+
"voting_period": "86400s"
206+
},
207+
"tally_params": {
208+
"quorum": "0.250000000000000000",
209+
"threshold": "0.500000000000000000",
210+
"veto_threshold": "0.334000000000000000"
211+
}
212+
},
213+
"ibc": {
214+
"client_genesis": {
215+
"clients": [],
216+
"clients_consensus": [],
217+
"clients_metadata": [],
218+
"params": {
219+
"allowed_clients": [
220+
"06-solomachine",
221+
"07-tendermint"
222+
]
223+
},
224+
"create_localhost": false,
225+
"next_client_sequence": "0"
226+
},
227+
"connection_genesis": {
228+
"connections": [],
229+
"client_connection_paths": [],
230+
"next_connection_sequence": "0",
231+
"params": {
232+
"max_expected_time_per_block": "30000000000"
233+
}
234+
},
235+
"channel_genesis": {
236+
"channels": [],
237+
"acknowledgements": [],
238+
"commitments": [],
239+
"receipts": [],
240+
"send_sequences": [],
241+
"recv_sequences": [],
242+
"ack_sequences": [],
243+
"next_channel_sequence": "0"
244+
}
245+
},
246+
"mint": {
247+
"minter": {
248+
"inflation": "0.100000000000000000",
249+
"annual_provisions": "0.000000000000000000"
250+
},
251+
"params": {
252+
"mint_denom": "ario",
253+
"inflation_rate": "0.100000000000000000",
254+
"blocks_per_year": "6311520"
255+
}
256+
},
257+
"params": null,
258+
"slashing": {
259+
"params": {
260+
"signed_blocks_window": "10000",
261+
"min_signed_per_window": "0.500000000000000000",
262+
"downtime_jail_duration": "600s",
263+
"slash_fraction_double_sign": "0.050000000000000000",
264+
"slash_fraction_downtime": "0.010000000000000000"
265+
},
266+
"signing_infos": [],
267+
"missed_blocks": []
268+
},
269+
"staking": {
270+
"params": {
271+
"unbonding_time": "604800s",
272+
"max_validators": 100,
273+
"max_entries": 7,
274+
"historical_entries": 10000,
275+
"bond_denom": "ario,arst",
276+
"min_commission_rate": "0.050000000000000000"
277+
},
278+
"last_total_power": "0",
279+
"last_validator_powers": [],
280+
"validators": [],
281+
"delegations": [],
282+
"unbonding_delegations": [],
283+
"redelegations": [],
284+
"exported": false
285+
},
286+
"transfer": {
287+
"port_id": "transfer",
288+
"denom_traces": [],
289+
"params": {
290+
"send_enabled": true,
291+
"receive_enabled": true
292+
}
293+
},
294+
"upgrade": {},
295+
"vesting": {}
296+
}
297+
}

0 commit comments

Comments
 (0)