Skip to content

Commit 4941b62

Browse files
chore: remove slash
1 parent 46bdbec commit 4941b62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/network/config/chainConfigs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const baseSepolia: ChainConfig = {
7575

7676
export const happyChainSepolia: ChainConfig = {
7777
...happyChainDef,
78-
indexerUrl: "https://primodium-indexer.happy.tech/",
78+
indexerUrl: "https://primodium-indexer.happy.tech",
7979
};
8080

8181
export type ChainConfig = MUDChain & { indexerUrl?: string };

0 commit comments

Comments
 (0)