feat: update gas-oracle contract bytecode (#792)

* feat: update gas-oracle contract bytecode

* remove leading 0x
This commit is contained in:
Péter Garamvölgyi 2024-06-03 10:30:59 +02:00 committed by GitHub
parent 36d7325ea1
commit 8c7491ae1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ import (
const (
VersionMajor = 5 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 32 // Patch version component of the current release
VersionPatch = 33 // Patch version component of the current release
VersionMeta = "mainnet" // Version metadata to append to the version string
)

File diff suppressed because one or more lines are too long