Skip to content

Commit

Permalink
Add Curve thUSD
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-monk committed Aug 7, 2024
1 parent 9e8ebbd commit 6c1c957
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/address-book/src/address-book/ethereum/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,20 @@ export const tokens = {
'Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.',
bridge: 'threshold',
},
thUSD: {
name: 'Threshold USD',
symbol: 'thUSD',
oracleId: 'thUSD',
address: '0xCFC5bD99915aAa815401C5a41A927aB7a38d29cf',
chainId: 1,
decimals: 18,
logoURI: '',
website: 'https://www.thresholdusd.org/',
documentation: 'https://docs.threshold.network/applications/threshold-usd',
description:
'Threshold USD (thUSD) is a stablecoin soft-pegged against USD and backed by ETH and tBTC as collateral, with a minimum collateral ratio of 110%.',
bridge: 'native',
},
T: {
name: 'Threshold Network Token',
symbol: 'T',
Expand Down
35 changes: 35 additions & 0 deletions src/data/ethereum/convexPools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
[
{
"name": "curve-thusd-crvusd",
"pool": "0x9e641187391b7a5fe9ee193359408ca3894f68a2",
"gauge": "0x5c5db6cc20cd2ee600647fc48c1684c7049cdb7c",
"rewardPool": "0x4BA59aD628C2E19bCb117814541b0Ac0C41ce15C",
"tokens": [
{
"oracleId": "thUSD",
"decimals": "1e18"
},
{
"oracleId": "crvUSD",
"decimals": "1e18"
}
]
},
{
"name": "curve-thusd-3crv",
"pool": "0x91553bad9fbc8bd69ff5d5678cbf7d514d00de0b",
"gauge": "0x34c8ff6992beb1ff94c35643a2c2424e24303437",
"rewardPool": "0x7E44379FF8e35D9d0f81EE232e038Ca4a0968196",
"getDy": ["v1", 0, 2, "USDC"],
"tokens": [
{
"oracleId": "thUSD",
"decimals": "1e18"
},
{
"basePool": "convex-3pool",
"oracle": "lps",
"oracleId": "convex-3pool",
"decimals": "1e18"
}
]
},
{
"name": "curve-stlink-link",
"pool": "0x1c899ded01954d0959e034b62a728e7febe593b0",
Expand Down

0 comments on commit 6c1c957

Please sign in to comment.