Skip to content

Commit

Permalink
Adds World Chain (#3272)
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha authored Oct 11, 2024
1 parent 34f5ff5 commit bd8b45a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sdk-router/src/constants/chainIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export enum SupportedChainId {
POLYGON = 137,
FANTOM = 250,
BOBA = 288,
WORLDCHAIN = 480,
METIS = 1088,
MOONBEAM = 1284,
MOONRIVER = 1285,
Expand All @@ -29,6 +30,7 @@ export enum SupportedChainId {
const UNSUPPORTED_BRIDGE_CHAIN_IDS: number[] = [
SupportedChainId.LINEA,
SupportedChainId.SCROLL,
SupportedChainId.WORLDCHAIN,
]

/**
Expand Down Expand Up @@ -62,6 +64,7 @@ export const RFQ_SUPPORTED_CHAIN_IDS: number[] = [
SupportedChainId.ETH,
SupportedChainId.OPTIMISM,
SupportedChainId.BSC,
SupportedChainId.WORLDCHAIN,
SupportedChainId.BASE,
SupportedChainId.ARBITRUM,
SupportedChainId.LINEA,
Expand Down
1 change: 1 addition & 0 deletions packages/sdk-router/src/constants/medianTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ export const MEDIAN_TIME_RFQ = {
[SupportedChainId.LINEA]: 15,
[SupportedChainId.BLAST]: 15,
[SupportedChainId.SCROLL]: 15,
[SupportedChainId.WORLDCHAIN]: 15,
}

0 comments on commit bd8b45a

Please sign in to comment.