github debridge-finance/debridge-launcher v2.2.0

latest releases: 2024.8.0, 2024.5.0, 2024.4.2...
2 years ago

What's Changed

  • changed deployId calculation formula

Full Changelog: v2.1.1...v2.2.0

How to update to v2.2.0

git checkout mainnet
git pull origin mainnet

Run debridge-node

docker-compose up -d --build --remove-orphans

Regenerate signatures for deployed tokens in the postgres.

# get postgres container IPAddress
docker inspect postgres_0 | grep "IPAddress"

# run psql with given IPAddress, 
psql -h IPAddress -U postgres 

# connect to the ei_0 database
\c ei_0

Execute sql scripts:

DELETE FROM "confirmNewAssets";

UPDATE "submissions" SET "assetsStatus" = 1;

update to v2.2.0

Don't miss a new debridge-launcher release

NewReleases is sending notifications on new releases.