Skip to content

Commit c286e51

Browse files
atepemclaude
andcommitted
feat(history): enable transaction history on Base
Plug in the deployed pearl-transactions subgraph URL for Base (https://transactions-base.subgraph.autonolas.tech/), replacing the undefined placeholder that surfaced the 'not available on this network yet' state. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 794ba72 commit c286e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/constants/urls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const TRANSACTION_HISTORY_SUBGRAPH_URLS_BY_EVM_CHAIN: Partial<
4141
[EvmChainIdMap.Polygon]: undefined,
4242
[EvmChainIdMap.Optimism]:
4343
'https://transactions-optimism.subgraph.autonolas.tech/',
44-
[EvmChainIdMap.Base]: undefined,
44+
[EvmChainIdMap.Base]: 'https://transactions-base.subgraph.autonolas.tech/',
4545
};
4646

4747
// telegram

0 commit comments

Comments
 (0)