Skip to content

Commit

Permalink
Adds BSC to RFQ
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Jul 1, 2024
1 parent d0f1508 commit 44acb5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk-router/src/constants/chainIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const RFQ_SUPPORTED_CHAIN_IDS: number[] = [
SupportedChainId.BASE,
SupportedChainId.ARBITRUM,
SupportedChainId.SCROLL,
SupportedChainId.BSC,
]

/**
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 @@ -51,4 +51,5 @@ export const MEDIAN_TIME_RFQ = {
[SupportedChainId.ARBITRUM]: 15,
[SupportedChainId.BASE]: 15,
[SupportedChainId.SCROLL]: 15,
[SupportedChainId.BSC]: 15,
}

0 comments on commit 44acb5b

Please sign in to comment.