Skip to content

Commit

Permalink
add new defi_token concept
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Apr 29, 2024
1 parent 3aa09bf commit 3cb563f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [24.01.3] 2024-03-29
### changed
- add new concept for tokens (defi_token)

## [24.01.2] 2024-03-22
### changed
- allow all concepts to be used in category field (align category and concepts)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash
PROJECT := tagpack-tool
VENV := .venv
RELEASE := 'v24.01.2'
RELEASE := 'v24.01.3'
# RELEASESEM := 'v1.9.0'

all: format lint test build
Expand Down
10 changes: 10 additions & 0 deletions src/tagpack/db/concepts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,16 @@ defi:
A program offering financial services in the form of smart contracts.
broader: service

defi_token:
id: defi_token
type: concept
prefLabel: An address responsible to manage the holdings of a user defined asset.
description: >
A Token lets users create assets that enable safe exchange within the ecosystem and beyond.
Examples are ERC20, BRC20, BTC20, TRC20 tokens implemented as smart contracts or TRC10 implemented as protocol extensions.
broader: defi
example: [USDT, USDC, WETH]

defi_lending:
id: defi_lending
type: concept
Expand Down

0 comments on commit 3cb563f

Please sign in to comment.