diff --git a/README.md b/README.md index d60545d..916a6e3 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/endpoints.json b/endpoints.json new file mode 100644 index 0000000..59a70e2 --- /dev/null +++ b/endpoints.json @@ -0,0 +1,5 @@ +{ + "name": "waxswedenorg", + "p2p": "testnet.waxsweden.org:59676", + "api": "https://testnet.waxsweden.org", +} diff --git a/genesis.json b/genesis.json new file mode 100644 index 0000000..2b4e799 --- /dev/null +++ b/genesis.json @@ -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 + } +} +