v2.5.7 Upload signatures to arweave
What's Changed
deBridge Node allows to save signatures on the Arweave network. To enable this feature, you need to generate an Arweave wallet. Although it is possible to use the service with a zero balance, we recommend refilling your balance with at least 1 arweave.
How to update to v2.5.7
Pull latest changes
git checkout mainnet
git pull origin mainnet
Generate bundlr wallet
cd generate-arweave-wallet
npm i
node index.js
Copy private key to secrets/bundlr_wallet.json
Add to env
BUNDLR_NODE=http://node2.bundlr.network
Full Changelog: v2.4.8-hf...v2.5.7