The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/vectors/destinationSequenceTestCase...

29 lines
572 B

{
"testCases": [
{
"destination": 1,
"expectedDestinationAndSequence": 4294967298,
"sequence": 2
},
{
"destination": 2,
"expectedDestinationAndSequence": 8589934595,
"sequence": 3
},
{
"destination": 3,
"expectedDestinationAndSequence": 12884901892,
"sequence": 4
},
{
"destination": 4,
"expectedDestinationAndSequence": 17179869189,
"sequence": 5
},
{
"destination": 5,
"expectedDestinationAndSequence": 21474836486,
"sequence": 6
}
]
}