v1.1.0
This is an optional upgrade of the Tableland validator.
Here’s some important information you should be aware of when upgrading your validator:
- We recommend backing up your current
config.json
and/ordatabase.db
files. - This version adds support for a new network: Arbitrum Nova (42170)
- If you want to support that, make sure you update your
config.json
similar to our configuration. - Also, you should configure the following environment variables in
.env_validator
:VALIDATOR_QUICKNODE_ARBITRUM_NOVA_MAINNET_API_KEY
andVALIDATOR_ARBITRUM_NOVA_MAINNET_SIGNER_PRIVATE_KEY
.VALIDATOR_QUICKNODE_ARBITRUM_NOVA_MAINNET_API_KEY
should containQuicknode
access token andVALIDATOR_ARBITRUM_NOVA_MAINNET_SIGNER_PRIVATE_KEY
should contain Nova hex-encoded private key.
- If you want to support that, make sure you update your
What's Changed
- Update config.json by @avichalp in #496
- Add arbitrum nova config by @avichalp in #493
- remove the legacy API and stop relaying smart contract calls by @joewagner in #460
Full Changelog: v1.0.1...v1.1.0