Skip to content

Commit 4195b72

Browse files
authored
add tbill (#488)
1 parent 82b79b1 commit 4195b72

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

src/adapters/peggedAssets/index.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ import feusd from './felix-feusd';
252252
import eurcv from "./societe-generale-forge-eurcv";
253253
import standx_dusd from './standx-dusd';
254254
import usbd from './usbd';
255-
import reusd from './resupply-usd'
255+
import reusd from './resupply-usd';
256+
import tbill from './openeden-tbill'
256257

257258
export default {
258259
tether,
@@ -510,5 +511,6 @@ export default {
510511
"felix-feusd": feusd,
511512
'standx-dusd': standx_dusd,
512513
'usbd': usbd,
513-
'resupply-usd': reusd
514+
'resupply-usd': reusd,
515+
'openeden-tbill': tbill
514516
};

src/peggedData/peggedData.ts

+19-1
Original file line numberDiff line numberDiff line change
@@ -5145,8 +5145,26 @@ export default [
51455145
wiki: "https://docs.resupply.fi/resupply-protocol/overview",
51465146
doublecounted: true
51475147
},
5148-
/*{
5148+
{
51495149
id: "257",
5150+
name: "OpenEden TBILL",
5151+
address: "0xdd50c053c096cb04a3e3362e2b622529ec5f2e8a",
5152+
symbol: "TBILL",
5153+
url: "https://app.openeden.com/tbill",
5154+
description: "The TBILL Vault is the world's first smart-contract vault for U.S. Treasury Bills. Earn the U.S. risk-free rate on your stablecoins by minting TBILL tokens, with 24/7 liquidity.",
5155+
mintRedeemDescription: "TBILL tokens are issued out of a bankruptcy remote BVIFSC regulated professional fund and has its underlying portfolio of short-dated Treasury Bills managed by a licensed fund managers complying with strict regulatory and reporting requirements.",
5156+
onCoinGecko: "true",
5157+
gecko_id: "openeden-tbill",
5158+
cmcId: null,
5159+
pegType: "peggedUSD",
5160+
pegMechanism: "fiat-backed",
5161+
priceSource: "defillama",
5162+
auditLinks: [],
5163+
twitter: "https://x.com/OpenEden_X",
5164+
wiki: "https://docs.openeden.com/",
5165+
},
5166+
/*{
5167+
id: "258",
51505168
name: "A7A5",
51515169
address: "0x6fA0BE17e4beA2fCfA22ef89BF8ac9aab0AB0fc9",
51525170
symbol: "A7A5",

0 commit comments

Comments
 (0)