You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context and scope avalanche-cli provides general Subnet management tooling, including deploying TeleporterMessenger and TeleporterRegistry. Once avalanche-cli supports deploying those contracts from local files (rather than released version), we should remove the corresponding deployment code from this repo.
Eliminate BeforeSuite and AfterSuite from tests/local/e2e_test.go, which is currently deploying these contracts, and instead deploy them via avalanche-cli in scripts/local/e2e_test.sh.
The text was updated successfully, but these errors were encountered:
feuGeneA
changed the title
Migrate Teleporter + Registry deployment scripts to avalanche-cli
Migrate Teleporter + Registry deployment to avalanche-cli
Jun 4, 2024
Context and scope
avalanche-cli provides general Subnet management tooling, including deploying
TeleporterMessenger
andTeleporterRegistry
. Onceavalanche-cli
supports deploying those contracts from local files (rather than released version), we should remove the corresponding deployment code from this repo.BeforeSuite
andAfterSuite
fromtests/local/e2e_test.go
, which is currently deploying these contracts, and instead deploy them via avalanche-cli inscripts/local/e2e_test.sh
.The text was updated successfully, but these errors were encountered: