We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02bc051 + e08e1f2 commit 81fc50bCopy full SHA for 81fc50b
genesis/README.md
@@ -0,0 +1,15 @@
1
+## Vaulta Mainnet
2
+
3
+See also: https://github.com/CryptoLions/EOS-MainNet
4
5
+## Jungle testnet
6
7
+See also: https://github.com/CryptoLions/EOS-Jungle-Testnet
8
9
+## Kylin testnet
10
11
+See also: https://github.com/cryptokylin/CryptoKylin-Testnet
12
13
+## API Nodes
14
15
+- [Greymass API Nodes](https://www.greymass.com/endpoints)
genesis/jungle_chain_id.json
@@ -0,0 +1,3 @@
+{
+ "chain_id": "73e4385a2708e6d7048834fbc1079f2fabb17b3c125b146af438971e90716c4d"
+}
genesis/jungle_genesis.json
@@ -0,0 +1,24 @@
+ "initial_timestamp": "2022-02-22T22:22:22",
+ "initial_key": "EOS5UAjunGLeR6eBfbpU4CxGssxa9DKKjbPA4zrCuUpoJQwvdpACs",
+ "initial_configuration": {
+ "max_block_net_usage": 1048576,
+ "target_block_net_usage_pct": 1000,
+ "max_transaction_net_usage": 524287,
+ "base_per_transaction_net_usage": 12,
+ "net_usage_leeway": 500,
+ "context_free_discount_net_usage_num": 20,
+ "context_free_discount_net_usage_den": 100,
+ "max_block_cpu_usage": 200000,
+ "target_block_cpu_usage_pct": 10,
+ "max_transaction_cpu_usage": 150000,
+ "min_transaction_cpu_usage": 1,
16
+ "max_transaction_lifetime": 3600,
17
+ "deferred_trx_expiration_window": 600,
18
+ "max_transaction_delay": 3888000,
19
+ "max_inline_action_size": 524287,
20
+ "max_inline_action_depth": 32,
21
+ "max_authority_depth": 6,
22
+ "max_ram_size": 68719476736
23
+ }
24
genesis/kylin_chain_id.json
+ "chain_id": "5fff1dae8dc8e2fc4d5b23b2c7665c97f9e9d8edf2b6485a86ba311c25639191"
genesis/kylin_genesis.json
@@ -0,0 +1,23 @@
+ "initial_timestamp": "2018-07-11T05:30:00.000",
+ "initial_key": "EOS7hHHDtnPRbhMmfHJHUEKQyiutKrt9wZPdy1JbaATVLyxpCkrop",
+ "max_transaction_net_usage": 524288,
+ "target_block_cpu_usage_pct": 1000,
+ "min_transaction_cpu_usage": 100,
+ "max_inline_action_size": 4096,
+ "max_inline_action_depth": 4,
+ "max_authority_depth": 6
genesis/vaulta_chain_id.json
+ "chain_id": "aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906"
genesis/vaulta_genesis.json
+ "initial_timestamp": "2018-06-08T08:08:08.888",
+ "initial_key": "EOS7EarnUhcyYqmdnPon8rm7mBCTnBoot6o7fE2WzjvEX2TdggbL3",
0 commit comments