Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/slick-cities-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@venusprotocol/evm": patch
---

remove landing app
17 changes: 0 additions & 17 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ VEN-XXX
### [evm app](/apps/evm/)
-

### [landing app](/apps/landing/)
-

### [chains package](/packages/chains/)
-

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('useMintVai', () => {
options: undefined,
});

const { fn } = (useSendTransaction as jest.Mock).mock.calls[0][0];
const { fn } = (useSendTransaction as Mock).mock.calls[0][0];

expect(await fn(fakeInput)).toMatchInlineSnapshot(
{
Expand All @@ -40,7 +40,7 @@ describe('useMintVai', () => {
`,
);

const { onConfirmed } = (useSendTransaction as jest.Mock).mock.calls[0][0];
const { onConfirmed } = (useSendTransaction as Mock).mock.calls[0][0];
await onConfirmed();

expect((queryClient.invalidateQueries as Mock).mock.calls).toMatchSnapshot();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ describe('useOpenLeveragedPosition', () => {
options: undefined,
});

const { fn } = (useSendTransaction as jest.Mock).mock.calls[0][0];
const { fn } = (useSendTransaction as Mock).mock.calls[0][0];

expect(await fn(input)).toMatchSnapshot({
abi: expect.any(Array),
});

const { onConfirmed } = (useSendTransaction as jest.Mock).mock.calls[0][0];
const { onConfirmed } = (useSendTransaction as Mock).mock.calls[0][0];
await onConfirmed();

expect((queryClient.invalidateQueries as Mock).mock.calls).toMatchSnapshot();
Expand Down
3 changes: 0 additions & 3 deletions apps/landing/.env.template

This file was deleted.

2 changes: 0 additions & 2 deletions apps/landing/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions apps/landing/.stylelintrc.js

This file was deleted.

231 changes: 0 additions & 231 deletions apps/landing/CHANGELOG.md

This file was deleted.

57 changes: 0 additions & 57 deletions apps/landing/README.md

This file was deleted.

Loading