Skip to content

Commit

Permalink
Reset amity testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
AionJayT committed Oct 25, 2019
1 parent ad794f4 commit 0b041f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions config/amity/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
</nrg-recommendation>
</api>
<net>
<id>28</id>
<id>27</id>
<nodes>
<node>p2p://a8010211-8c7e-496c-9c4e-c89318280274@52.170.207.75:30303</node>
<node>p2p://a8020211-729a-4584-86f1-e19ab97cf9ce@13.95.31.156:30303</node>
<node>p2p://a8030211-729a-4584-86f1-e19ab97cf9cq@104.155.165.18:30303</node>
<node>p2p://a8040211[email protected].32.193:30303</node>
<node>p2p://a8011211-8c7e-496c-9c4e-c89318280274@13.82.30.156:30303</node>
<node>p2p://a8021211-729a-4584-86f1-e19ab97cf9ce@13.69.15.78:30303</node>
<node>p2p://a8031211-729a-4584-86f1-e19ab97cf9cq@34.68.147.170:30303</node>
<node>p2p://a8041211[email protected].234.246:30303</node>
</nodes>
<p2p>
<ip>0.0.0.0</ip>
Expand Down
2 changes: 1 addition & 1 deletion config/amity/fork.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ fork0.3.2=0
# hardfork for enable the Aion virtual machine
fork0.4.0=0
# hardfork for the unity protocol
fork0.5.0=1300
fork0.5.0=2000
2 changes: 1 addition & 1 deletion config/amity/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"coinbase": "0xa00e7d012e80e11c75968ffc7657c81a116029cf1d8925f7a6e52580e26d865f",
"timestamp": "1567110000",
"parentHash": "0x10E71BF64DCB8C60766CCB491AB6E3ACEC1AB07D0D5A088FCF533CBFBC801295",
"chainId": "28",
"chainId": "27",
"stakingContractAddress": "a056337bb14e818f3f53e13ab0d93b6539aa570cba91ce65c716058241989be9"
}
2 changes: 1 addition & 1 deletion modAionImpl/src/org/aion/zero/impl/config/Network.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
public enum Network {
MAINNET("mainnet", 256),
AMITY("amity", 28),
AMITY("amity", 27),
CUSTOM("custom", 0);

private final String name;
Expand Down

0 comments on commit 0b041f3

Please sign in to comment.