We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779569a commit 86f747dCopy full SHA for 86f747d
itest/integration.test.ts
@@ -47,6 +47,7 @@ describe('Integration tests', () => {
47
}
48
`),
49
});
50
+ console.log('result =>', result);
51
const protocol = result.data.protocol;
52
equal(protocol.id, 'iExec');
53
equal(protocol.tvl, '0.02025');
0 commit comments