Skip to content

Commit

Permalink
Releases/v2.0.1
Browse files Browse the repository at this point in the history
Merge pull request #37 from Yashk767/releases/v2.0.1-copy-12
  • Loading branch information
Yashk767 authored Sep 17, 2024
2 parents c8742d4 + b6bea62 commit 1bc8255
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 1bc8255

Please sign in to comment.