You can view a full list of all updates to the Unchained network in this thread.
This thread was first made just before update v.0.12.00, so to view our update logs from before that, you’d have to check our Telegram group.
This thread was first made just before update v.0.12.00, so to view our update logs from before that, you’d have to check our Telegram group.
This is a protocol breaking update. The configuration file schema is changed in this update.
Remember to backup your secret file before updating to this release.
arbitrum_sepolia
chain name is renamed to arbitrumSepolia
database
key is renamed to postgres
log
is renamed to system.log
name
is renamed to system.name
:system:
log: info
name: <name>
rpc
value is now an array of objects:rpc:
- name: ethereum
nodes:
- https://ethereum.publicnode.com
- https://eth.llamarpc.com
- wss://ethereum.publicnode.com
- https://eth.rpc.blxrbdn.com
- name: arbitrum
nodes:
- https://arbitrum-one.publicnode.com
- https://arbitrum.llamarpc.com
- wss://arbitrum-one.publicnode.com
- https://arbitrum-one.public.blastapi.io
- name: arbitrumSepolia
nodes:
- https://sepolia-rollup.arbitrum.io/rpc
broker.uri
is now network.broker-uri
broker.bind
is now network.bind
If you have questions about this update or have run into problems while updating to it, you can visit THIS TOPIC.