Skip to content

Commit 8e46752

Browse files
committed
common: Added Base Circle domain (6)
1 parent 634c88f commit 8e46752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/consts.ts

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export const CIRCLE_DOMAIN_TO_CHAIN_ID: { [key: number]: ChainId } = {
132132
1: CHAIN_ID_AVAX,
133133
2: CHAIN_ID_OPTIMISM,
134134
3: CHAIN_ID_ARBITRUM,
135+
6: CHAIN_ID_BASE,
135136
};
136137
export type CHAIN_INFO = {
137138
name: string;

0 commit comments

Comments
 (0)