Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/dtf-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reserve-protocol/dtf-catalog

## 0.1.0

### Minor Changes

- Add `createdAt` timestamps to every catalog entry and add BSC Index DTF logos.

## 0.0.2

### Patch Changes
Expand Down
5 changes: 4 additions & 1 deletion packages/dtf-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,24 @@ The package follows the old `@reserve-protocol/rtokens` shape:
name,
symbol,
decimals,
createdAt,
logo,
status
}
}
}
```

`createdAt` is the contract creation Unix timestamp in seconds.

The raw JSON files are also exported:

```ts
import baseIndexDtfs from "@reserve-protocol/dtf-catalog/index-dtf/base.json";
import baseYieldDtfs from "@reserve-protocol/dtf-catalog/yield-dtf/base.json";
```

Logos live in `images`. Index DTF logos are WebP files, and Yield DTF logos currently keep the legacy SVG files.
Logos live in `images` and can be WebP or SVG files.

## Status

Expand Down
62 changes: 62 additions & 0 deletions packages/dtf-catalog/images/buildout.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading