Skip to content

Commit

Permalink
Merge 5f005f7 into d4a71b8
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds authored Jul 22, 2024
2 parents d4a71b8 + 5f005f7 commit 0425b78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ export function LandingPageWrapper({ children }: { children: any }) {
<div className="dark">
<div className={wrapperClassName} style={TODO_REMOVE_wrapperStyle}>
<AnnouncementBanner
bannerId="2024-05-02-scroll-launch"
bannerContent="Synapse Protocol now available on Scroll"
startDate={new Date('2024-05-08T18:45:09+00:00')}
endDate={new Date('2024-06-15T18:45:09+00:00')}
bannerId="2024-07-22-rfq"
bannerContent="RFQ transactions now available on BSC, Blast, and Linea"
startDate={new Date('2024-07-10T18:45:09+00:00')}
endDate={new Date('2024-08-15T18:45:09+00:00')}
/>
<MaintenanceBanners />
<LandingNav />
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-interface/scripts/generateMaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const allowedChainIdsForSynapseBridge = [
const allowedChainIdsForSynapseCCTPRouter = [1, 10, 137, 8453, 42161, 43114]

// Chain IDs where RFQ is allowed
const allowedChainIdsForRfq = [1, 10, 8453, 42161, 534352]
const allowedChainIdsForRfq = [1, 10, 56, 8453, 42161, 59144, 81457, 534352]

// Get SynapseRouter contract instances for each chain
const SynapseRouters = {}
Expand Down

0 comments on commit 0425b78

Please sign in to comment.