Skip to content

Commit

Permalink
releases/v2.0.1-copy
Browse files Browse the repository at this point in the history
chore: merge develop to releases/v2.0.1-copy
  • Loading branch information
Yashk767 authored Sep 17, 2024
2 parents 00dc45a + e5445fb commit 5bcc8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "fmt"
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)

Expand Down
2 changes: 1 addition & 1 deletion update-chainId.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CHAINID=""
if [[ "$NETWORK" == "mainnet" ]]; then
CHAINID="0x79f99296"
elif [[ "$NETWORK" == "testnet" ]]; then
CHAINID="0x561bf78b"
CHAINID="0x79f99296"
else
echo "Invalid network specified. Please choose 'mainnet' or 'testnet'."
exit 1
Expand Down

0 comments on commit 5bcc8c4

Please sign in to comment.