Skip to content

Commit

Permalink
update aylin network configs
Browse files Browse the repository at this point in the history
  • Loading branch information
atvanguard committed Mar 11, 2024
1 parent 35f9293 commit f4b1155
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 38 deletions.
14 changes: 0 additions & 14 deletions network-configs/aylin/chain.json

This file was deleted.

16 changes: 0 additions & 16 deletions network-configs/aylin/chain_archival_node.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"node-type": "berghain",
"snowman-api-enabled": true,
"local-txs-enabled": true,
"priority-regossip-frequency": "1s",
"tx-regossip-max-size": 32,
"priority-regossip-max-txs": 32,
"priority-regossip-txs-per-address": 20,
"priority-regossip-addresses": ["0x06CCAD927e6B1d36E219Cb582Af3185D0705f78F"],
"coreth-admin-api-enabled": true,
"eth-apis": ["public-eth","public-eth-filter","net","web3","internal-eth","internal-blockchain","internal-transaction","internal-debug","internal-tx-pool","internal-account","debug-tracer"],
"trading-api-enabled": true,
"testing-api-enabled": true,
"snapshot-file-path": "/tmp/snapshot",
"makerbook-database-path": "/tmp/makerbook"
Expand Down
11 changes: 11 additions & 0 deletions network-configs/aylin/chain_berghain_archival.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"node-type": "berghain",
"pruning-enabled": false,
"snowman-api-enabled": true,
"local-txs-enabled": true,
"coreth-admin-api-enabled": true,
"eth-apis": ["public-eth","public-eth-filter","net","web3","internal-eth","internal-blockchain","internal-transaction","internal-debug","internal-tx-pool","internal-account","debug-tracer"],
"testing-api-enabled": true,
"snapshot-file-path": "/tmp/snapshot",
"makerbook-database-path": "/tmp/makerbook"
}
9 changes: 9 additions & 0 deletions network-configs/aylin/chain_kitkat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"node-type": "kitkat",
"snowman-api-enabled": true,
"local-txs-enabled": true,
"validator-private-key-file": "/home/ubuntu/validator.pk",
"feeRecipient": "0x4d5C074bB156D4c8D9e91fEE416b3b423ba8f6f2",
"snapshot-file-path": "/tmp/snapshot",
"makerbook-database-path": "/tmp/makerbook"
}
4 changes: 2 additions & 2 deletions network-configs/aylin/chain_tresor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"node-type": "tresor",
"state-sync-enabled": true,
"feeRecipient": "0xB3D25D47291D7F8b97FE3884A924541cDDcbB8Be",
"node-type": "tresor"
"feeRecipient": "0xB3D25D47291D7F8b97FE3884A924541cDDcbB8Be"
}

0 comments on commit f4b1155

Please sign in to comment.