Downgrade to make the app fit on LNS

This commit is contained in:
Alexandre Paillier
2022-09-15 16:32:26 +02:00
parent 971a02dfcf
commit ba34e37bce
16 changed files with 26 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ nano_models.forEach(function(model) {
if (model.letter == 'S')
{
await sim.navigateAndCompareSnapshots('.', model.name + '_eip191_opensea', [1, 5, 1, 6, 0, 1, -1, 0]);
await sim.navigateAndCompareSnapshots('.', model.name + '_eip191_opensea', [1, 5, 1, -1, 0]);
}
else
{