Skip to content

Commit d079008

Browse files
release: Amoy bootnodes (#9166)
Cherry pick #9158 --------- Co-authored-by: Arpit Temani <temaniarpit27@gmail.com>
1 parent a49fcb8 commit d079008

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

core/allocs/amoy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"6aB3d36C46ecFb9B9c0bD51CB1c3da5A2C81cea6": {
1515
"balance": "0x3635c9adc5dea00000"
1616
}
17-
}
17+
}

params/bootnodes.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ var V5Bootnodes = []string{
109109
"enr:-Ku4QEWzdnVtXc2Q0ZVigfCGggOVB2Vc1ZCPEc6j21NIFLODSJbvNaef1g4PxhPwl_3kax86YPheFUSLXPRs98vvYsoBh2F0dG5ldHOIAAAAAAAAAACEZXRoMpC1MD8qAAAAAP__________gmlkgnY0gmlwhDZBrP2Jc2VjcDI1NmsxoQM6jr8Rb1ktLEsVcKAPa08wCsKUmvoQ8khiOl_SLozf9IN1ZHCCIyg",
110110
}
111111

112-
var AmoyBootnodes = []string{} // Todo: Add BorAmoy bootnodes
112+
var AmoyBootnodes = []string{
113+
"enode://bce861be777e91b0a5a49d58a51e14f32f201b4c6c2d1fbea6c7a1f14756cbb3f931f3188d6b65de8b07b53ff28d03b6e366d09e56360d2124a9fc5a15a0913d@54.217.171.196:30303",
114+
"enode://4a3dc0081a346d26a73d79dd88216a9402d2292318e2db9947dbc97ea9c4afb2498dc519c0af04420dc13a238c279062da0320181e7c1461216ce4513bfd40bf@13.251.184.185:30303",
115+
}
113116

114117
var BorMainnetBootnodes = []string{
115118
"enode://b8f1cc9c5d4403703fbf377116469667d2b1823c0daf16b7250aa576bacf399e42c3930ccfcb02c5df6879565a2b8931335565f0e8d3f8e72385ecf4a4bf160a@3.36.224.80:30303",

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
const (
3434
VersionMajor = 2 // Major version component of the current release
3535
VersionMinor = 56 // Minor version component of the current release
36-
VersionMicro = 0 // Patch version component of the current release
36+
VersionMicro = 1 // Patch version component of the current release
3737
VersionModifier = "" // Modifier component of the current release
3838
VersionKeyCreated = "ErigonVersionCreated"
3939
VersionKeyFinished = "ErigonVersionFinished"

0 commit comments

Comments
 (0)