Skip to content

Commit

Permalink
Merge pull request #39 from Upaut1/callisto-v2.0.1
Browse files Browse the repository at this point in the history
Callisto v2.0.1 - added new bootnodes
  • Loading branch information
Upaut1 authored Oct 22, 2024
2 parents 06d06f1 + 47cc367 commit c822f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions params/bootnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ var CallistoBootnodes = []string{
"enode://eb2e344621df4f08ca1d5260b72e5a60280c604695c3baca51f5801bf903d7a098affefe0db48f637bae7d21897bfac66804d9f4a98703c2358a85f90ebd2268@195.201.85.199:30303", // Dmitry Nsk
"enode://69341e117c538e619419aa1aacb1fb2dc571d3c6f85fbaa84134245158a293aba693468437edd72cfa4c9e4aceca42439ff1ca7cf6620c58f31f11b18b7fcae6@95.216.44.226:30303", // Hihouhou
"enode://f8463d73193f8bbf2c4a2e1877c9223932a4fd81a5ec949f0c4259961c3d30004c62d64a71f43ac255979fd4519b9f4c7e676f86d96625a527016fc39bd7782b@94.181.46.62:30303", // Russian Redneck
"enode://98fb6e08917bd672b7e47bb3ba403872b97e1d547b418306f31755b08c3b35800b064f12a19b90c4dbd341974eea15306dc1226f83939dd4d77eb9f404a70979@193.105.159.175:30303", // CE

"enode://838d7e2a6af2f550c48dd0e2111ff176a29a027b9a5bc819c31abe4671bef632169c4cb3b5018880c7af5a2d40d6e321d8143c0fc71a18c0c7e77b3c0b268adf@62.169.21.88:30303", // Tio
"enode://4200b2bc8324224d0a0b7a0432fb37e696bc0d0e49f24c56c1c5b88f655125c14a169f34c689fea2b571b0c20b8d9d8ded480f3bc334391f12567edeb78e5093@90.95.168.11:30303", // Luca
"enode://56c27ecde42612e64122c295563075adbb21ff2578267c62e806871de6a6cbe03fff7afddd8f59ef91625fbf99685ea796fcec306273f226aeb5da1214a11c71@77.121.98.13:30303", // Andrei
}

var CallistoTestnetBootnodes = []string{
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
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 = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit c822f70

Please sign in to comment.