-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4edb69
commit d6e1aea
Showing
6 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,11 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and | |
[v0.2.0] [email protected] | ||
[v0.2.1] [email protected] | ||
[v0.2.2] [email protected] | ||
[v0.2.3] [email protected] | ||
[v0.2.4] [email protected] | ||
[v0.2.5] [email protected] | ||
[v0.2.6] [email protected] | ||
[v0.2.3] [email protected] | ||
[v0.2.4] [email protected] | ||
[v0.2.5] [email protected] | ||
[v0.2.6] [email protected] | ||
[v0.2.7] [email protected] | ||
``` | ||
|
||
## API | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Set up the versions to be used | ||
subnet_evm_version=${SUBNET_EVM_VERSION:-'v0.2.6'} | ||
subnet_evm_version=${SUBNET_EVM_VERSION:-'v0.2.7'} | ||
# Don't export them as they're used in the context of other calls | ||
avalanche_version=${AVALANCHE_VERSION:-'v1.7.15'} | ||
avalanche_version=${AVALANCHE_VERSION:-'v1.7.16'} |