Skip to content

Commit

Permalink
added genesis json
Browse files Browse the repository at this point in the history
  • Loading branch information
coachbjork committed Dec 8, 2019
1 parent ff24086 commit f6faab9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ Here you can find relevant information for the WAX testnet.
# Guides and other resources
https://waxsweden.org/testnet

# Scripts for Nodeos
https://github.com/eosswedenorg/scripts

# WAX Official Website
https://wax.io/
5 changes: 5 additions & 0 deletions endpoints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "waxswedenorg",
"p2p": "testnet.waxsweden.org:59676",
"api": "https://testnet.waxsweden.org",
}
24 changes: 24 additions & 0 deletions genesis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"initial_timestamp": "2019-12-06T06:06:06.000",
"initial_key": "EOS7PmWAXLBaqCzSgbq8cyr2HFztQpwBpXk3djBJA8fyoyUnYM37q",
"initial_configuration": {
"max_block_net_usage": 1048576,
"target_block_net_usage_pct": 1000,
"max_transaction_net_usage": 524288,
"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": 2500,
"max_transaction_cpu_usage": 150000,
"min_transaction_cpu_usage": 100,
"max_transaction_lifetime": 3600,
"deferred_trx_expiration_window": 600,
"max_transaction_delay": 3888000,
"max_inline_action_size": 4096,
"max_inline_action_depth": 6,
"max_authority_depth": 6
}
}

0 comments on commit f6faab9

Please sign in to comment.