Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Jun 7, 2024
1 parent 5c56c6a commit f61c4d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1237,5 +1237,4 @@ export default [
},
remove: true, // this is a temporary bridge
},
] as any[];
// ] as BridgeNetwork[];
] as BridgeNetwork[];
3 changes: 2 additions & 1 deletion src/data/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export type BridgeNetwork = {
[chain: string]: string;
}; // used when overwriting adapter key (adapter key is always the chain volume counts for, can be overwritten to query blocks/contracts on a different chain)
destinationChain?: string; // used to specify the destination chain when contracts on only 1 chain are tracked
};
remove?: boolean; // temporary, remove
};

0 comments on commit f61c4d6

Please sign in to comment.