We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60adad7 commit b643acdCopy full SHA for b643acd
src/utils/adapter.ts
@@ -513,7 +513,7 @@ export const runAdapterHistorical = async (
513
514
let solanaTimestampsMap = {} as { [blockNumber: number]: number };
515
516
- if (chain === "solana" && !["debridgedln", "portal", "relay"].includes(bridgeDbName)) {
+ if (chain === "solana" && !["debridgedln", "portal"].includes(bridgeDbName)) {
517
latestSolanaBlock = await getLatestBlock("solana");
518
const connection = getConnection();
519
0 commit comments