Skip to content

Commit 062f2e2

Browse files
committed
Accuracy degradation for Velocimeter and Aerodrome on base
1 parent 3115bb4 commit 062f2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/oracles/SolidlyOracle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ describe('SolidlyOracle', function () {
7676
}
7777

7878
describe('VelocimeterV2', function () {
79-
shouldWorkForOracle(deployVelocimeterV2);
79+
shouldWorkForOracle(deployVelocimeterV2, 0.1);
8080
});
8181

8282
describe('Aerodrome', function () {
83-
shouldWorkForOracle(deployAerodrome, 0.11);
83+
shouldWorkForOracle(deployAerodrome, 0.15);
8484
});
8585
});
8686
});

0 commit comments

Comments
 (0)