Skip to content

Instantly share code, notes, and snippets.

@lucas-manuel
Created September 8, 2021 17:27
Show Gist options
  • Save lucas-manuel/3d183b1f4c9d9e2b6e0c42b5d66a344e to your computer and use it in GitHub Desktop.
Save lucas-manuel/3d183b1f4c9d9e2b6e0c42b5d66a344e to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
export TEST_ADDR=$(dapp create Test)
echo TEST_ADDR $TEST_ADDR
seth send $TEST_ADDR 'test_upgradeability_withNoMigration()'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment