Developers Forum for XinFin XDC Network

Liam
Liam

Posted on • Updated on

[Informative] Upgrade Testnet to 1.4.10-beta2

We have added gas fee increase into this version.

Docker Upgrade command:

  • For existed xinfin-node:
git pull && ./docker-up.sh
Enter fullscreen mode Exit fullscreen mode
  • Fresh New Node:
git clone https://github.com/XinFinOrg/XinFin-Node.git
cd XinFin-Node/testnet
vim .env  # edit your nodes details
./docker-up.sh
Enter fullscreen mode Exit fullscreen mode

Native Build

mv ./common/constants/constants.go.testnet ./common/constants.go
make XDC
Enter fullscreen mode Exit fullscreen mode

Discussion (1)

Collapse
cryptosandtokens profile image
Robert Aronovici

This is will helpful for those upgrading! Thanks!