Skip to content

Commit

Permalink
chore: merge feature/v2.0.1 to develop (#35)
Browse files Browse the repository at this point in the history
* chore: updated chain id

* chore: updated version
  • Loading branch information
Yashk767 authored Sep 17, 2024
1 parent e6d1f37 commit f4fd181
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 f4fd181

Please sign in to comment.