Skip to content

cleanup #792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 12, 2025
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
2 changes: 0 additions & 2 deletions .github/workflows/js-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ jobs:
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build
6 changes: 0 additions & 6 deletions __tests__/validateCodeSnippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,3 @@ function validateCodeSnippets(directoryPath: string): void {
}
});
}

describe("Validate code snippets", () => {
// We only validate code snippets in the API reference.
// However, we exclude Aptos for now because it's annoying (and doesn't seem worth it).
validateCodeSnippets("./pages/price-feeds/api-reference/cosmwasm");
});
73 changes: 0 additions & 73 deletions components/ContractInfo.tsx

This file was deleted.

174 changes: 0 additions & 174 deletions components/CosmWasmExecute.tsx

This file was deleted.

98 changes: 0 additions & 98 deletions components/CosmWasmQuery.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions components/CosmosNetworkSelector.tsx

This file was deleted.

Loading
Loading