Skip to content

Commit

Permalink
Move the sinceTimestamp to the first entry in coingecko (l2beat#2452)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszradomski authored Jan 2, 2024
1 parent c24388b commit 220e481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/config/src/bridges/lzOmnichain.contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ProjectDiscovery } from '../discovery/ProjectDiscovery'
export const OMNICHAN_ESCROWS: ProjectEscrow[] = [
{
address: EthereumAddress('0x7122985656e38BDC0302Db86685bb972b145bD3C'),
sinceTimestamp: new UnixTime(1695535811),
sinceTimestamp: new UnixTime(1700658000),
tokens: ['STONE'],
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/tokens/tokenList.json
Original file line number Diff line number Diff line change
Expand Up @@ -2499,7 +2499,7 @@
"address": "0x7122985656e38BDC0302Db86685bb972b145bD3C",
"symbol": "STONE",
"decimals": 18,
"sinceTimestamp": 1695535811,
"sinceTimestamp": 1700658000,
"category": "other",
"chainId": 1,
"iconUrl": "https://assets.coingecko.com/coins/images/33103/large/200_200.png?1702602672",
Expand Down

0 comments on commit 220e481

Please sign in to comment.