Skip to content

Commit 2dbee9f

Browse files
committed
Paris protocol hash updated to 'ParisB 2'
1 parent 53b5a0b commit 2dbee9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/core/protocol.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var (
2424
Proto016PtMumbai = tz.ProtocolHash{0xd8, 0x32, 0x5f, 0x11, 0xda, 0x2f, 0xf3, 0x69, 0x34, 0xa5, 0x86, 0x43, 0x9f, 0x08, 0x56, 0x55, 0xa8, 0x33, 0xf2, 0xff, 0x6a, 0x12, 0xd1, 0x5e, 0x83, 0xb9, 0x51, 0xfb, 0x68, 0x43, 0x26, 0xe0}
2525
Proto017PtNairob = tz.ProtocolHash{0xd9, 0xb8, 0xc2, 0x31, 0x4c, 0xc0, 0x5f, 0xfa, 0x3f, 0xc6, 0x55, 0xa9, 0x8b, 0xb8, 0x71, 0x55, 0xbe, 0x4c, 0xf7, 0xce, 0x67, 0xfe, 0xe6, 0xb5, 0x94, 0xea, 0x93, 0x02, 0xe8, 0x65, 0x5d, 0xf2}
2626
Proto018Proxford = tz.ProtocolHash{0x0b, 0xf4, 0x4c, 0x7d, 0x64, 0xe3, 0xd7, 0xda, 0x27, 0xd9, 0x25, 0xd1, 0x0a, 0xf5, 0x35, 0xfb, 0x36, 0xce, 0xf0, 0xad, 0x41, 0x93, 0x0c, 0x79, 0x29, 0x77, 0x3f, 0x47, 0x31, 0xeb, 0xa1, 0x37}
27-
Proto019PtParisB = tz.ProtocolHash{0xdb, 0xff, 0x65, 0x86, 0x98, 0x1a, 0x40, 0xbc, 0x2e, 0xe2, 0x97, 0x84, 0x29, 0xeb, 0x3b, 0x25, 0x23, 0xd7, 0x3a, 0x59, 0x0a, 0xc6, 0x67, 0x81, 0xac, 0x7e, 0xef, 0xc3, 0xc6, 0xe5, 0x88, 0x93}
27+
Proto019PtParisB = tz.ProtocolHash{0xdb, 0xff, 0x65, 0x86, 0xa0, 0x48, 0x02, 0xd3, 0xf5, 0x13, 0xc6, 0x5a, 0x44, 0x4d, 0x9d, 0x4d, 0xeb, 0xe4, 0x2b, 0x17, 0xe9, 0xe7, 0x27, 0x3f, 0x8f, 0x6c, 0x11, 0x8e, 0xa3, 0xf4, 0xe0, 0x6e}
2828
)
2929

3030
var Protocols = []*tz.ProtocolHash{

0 commit comments

Comments
 (0)