Skip to content

Commit

Permalink
feat(chains): not TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
esteblock committed Jan 10, 2023
1 parent 3313805 commit 2fcf6af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/chains/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import * as SorobanClient from "soroban-client";
import type {ChainMetadata, ChainName} from '@soroban-react/types';

// TODO

export const chains: Record<ChainName, ChainMetadata> = {
public: {
id: "public",
Expand Down

0 comments on commit 2fcf6af

Please sign in to comment.