Skip to content

Commit

Permalink
start time
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Oct 23, 2023
1 parent 98a3d11 commit c15eb3e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fees/chainlink-ccip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,31 +148,31 @@ const adapter: SimpleAdapter = {
adapter: {
[CHAIN.ETHEREUM]: {
fetch: fetchFees(CHAIN.ETHEREUM),
start: async () => 1696143600,
start: async () => 1688515200,
},
[CHAIN.ARBITRUM]: {
fetch: fetchFees(CHAIN.ARBITRUM),
start: async () => 1696143600,
start: async () => 1688515200,
},
[CHAIN.OPTIMISM]: {
fetch: fetchFees(CHAIN.OPTIMISM),
start: async () => 1696143600,
start: async () => 1688515200,
},
[CHAIN.BSC]: {
fetch: fetchFees(CHAIN.BSC),
start: async () => 1696143600,
start: async () => 1688515200,
},
[CHAIN.BASE]: {
fetch: fetchFees(CHAIN.BASE),
start: async () => 1696143600,
start: async () => 1688515200,
},
[CHAIN.POLYGON]: {
fetch: fetchFees(CHAIN.POLYGON),
start: async () => 1696143600,
start: async () => 1688515200,
},
[CHAIN.AVAX]: {
fetch: fetchFees(CHAIN.AVAX),
start: async () => 1696143600,
start: async () => 1688515200,
}
}
}
Expand Down

0 comments on commit c15eb3e

Please sign in to comment.