forked from ava-labs/subnet-evm
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* subnet configs * modify precompile/genesis contract addresses * remove fields only required for validators from api node configs * choose addresses within allowed range * choose new addresses 1 final time :D * revert unintented change
- Loading branch information
1 parent
0a8f538
commit 06d0c5a
Showing
21 changed files
with
91 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package constants | ||
|
||
const OrderBookContractAddress = "0x0300000000000000000000000000000000000000" | ||
const MarginAccountContractAddress = "0x0300000000000000000000000000000000000001" | ||
const ClearingHouseContractAddress = "0x0300000000000000000000000000000000000002" | ||
const LimitOrderBookContractAddress = "0x0300000000000000000000000000000000000005" | ||
const IOCOrderBookContractAddress = "0x0300000000000000000000000000000000000006" | ||
const OrderBookContractAddress = "0x03000000000000000000000000000000000000b0" | ||
const MarginAccountContractAddress = "0x03000000000000000000000000000000000000b1" | ||
const ClearingHouseContractAddress = "0x03000000000000000000000000000000000000b2" | ||
const LimitOrderBookContractAddress = "0x03000000000000000000000000000000000000b3" | ||
const IOCOrderBookContractAddress = "0x03000000000000000000000000000000000000b4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 3 additions & 6 deletions
9
networks/hubblenext/chain.json → network-configs/aylin/chain.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
{ | ||
"state-sync-enabled": true, | ||
"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": ["0xeAA6AE79bD3d042644D91edD786E4ed3d783Ca2d"], | ||
"priority-regossip-addresses": ["0x06CCAD927e6B1d36E219Cb582Af3185D0705f78F"], | ||
"validator-private-key-file": "/home/ubuntu/validator.pk", | ||
"feeRecipient": "0x393bd9ac9dbBe75e84db739Bb15d22cA86D26696", | ||
"is-validator": true, | ||
"trading-api-enabled": false, | ||
"load-from-snapshot-enabled": true | ||
"feeRecipient": "<insert address corresponding to private key above>", | ||
"is-validator": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"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-public-eth","internal-public-blockchain","internal-public-transaction-pool","internal-public-debug","internal-private-debug","internal-public-tx-pool","internal-public-account","debug-tracer"], | ||
"trading-api-enabled": true | ||
} |
11 changes: 3 additions & 8 deletions
11
networks/hubblenext/chain_api_node.json → ...rk-configs/aylin/chain_archival_node.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
{ | ||
"state-sync-enabled": false, | ||
"pruning-enabled": false, | ||
"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": ["0xeAA6AE79bD3d042644D91edD786E4ed3d783Ca2d","0x93dAc05dE54C9d5ee5C59F77518F931168FDEC9b","0xCe743BFA1feaed060adBadfc8974be544b251Fe8"], | ||
"priority-regossip-addresses": ["0x06CCAD927e6B1d36E219Cb582Af3185D0705f78F"], | ||
"coreth-admin-api-enabled": true, | ||
"pruning-enabled": false, | ||
"eth-apis": ["public-eth","public-eth-filter","net","web3","internal-public-eth","internal-public-blockchain","internal-public-transaction-pool","internal-public-debug","internal-private-debug","internal-public-tx-pool","internal-public-account","debug-tracer"], | ||
"validator-private-key-file": "/home/ubuntu/validator.pk", | ||
"feeRecipient": "0x93ec352b9eDe4e4515b24945E37186c462a2D583", | ||
"is-validator": false, | ||
"trading-api-enabled": true, | ||
"load-from-snapshot-enabled": true | ||
"trading-api-enabled": true | ||
} |
35 changes: 23 additions & 12 deletions
35
networks/hubblenext/genesis.json → network-configs/aylin/genesis.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"proposerMinBlockDelay": 0 | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters