Skip to content

Commit

Permalink
fix type after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed May 1, 2024
1 parent d04b822 commit 9719b90
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/common/src/chains/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ export type RpcUrls = {
};

export type MUDChain = Chain & {
iconUrls?: readonly string[];
indexerUrl?: string;
/** @deprecated */
faucetUrl?: string;
iconUrls?: readonly string[];
rpcUrls?: Chain["rpcUrls"] & {
erc4337Bundler?: RpcUrls | undefined;
};
Expand All @@ -22,4 +17,8 @@ export type MUDChain = Chain & {
[sourceId: number]: ChainContract | undefined;
};
};
iconUrls?: readonly string[];
indexerUrl?: string;
/** @deprecated */
faucetUrl?: string;
};

0 comments on commit 9719b90

Please sign in to comment.