Skip to content

Commit

Permalink
add test token
Browse files Browse the repository at this point in the history
  • Loading branch information
ninibear030 committed Mar 5, 2024
1 parent 212b648 commit dea96e0
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/tokens/devnet/defaultTokenList.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
"featured": {
"name": "Featured",
"description": "Tokens that are featured"
},
"debt": {
"name": "Debt Token",
"description": "Tokens that are representing debt"
},
"aToken": {
"name": "Supply Token",
"description": "Tokens that are representing supply"
}
},

Expand Down Expand Up @@ -57,6 +65,42 @@
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/6319/small/USD_Coin_icon.png?1547042389",
"tags": ["stablecoin", "collateral", "featured", "defaultCollateral"]
},
{
"chainId": 80086,
"address": "0xd6CBd3ACf5dC527bAB67916F4EEd054d6035023C",
"symbol": "WBTC",
"name": "WBTC",
"decimals": 8,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/btc.png",
"tags": ["featured"]
},
{
"chainId": 80086,
"address": "0xD408F43Eebb57937A80964F5D7909Ac8EBa84418",
"symbol": "WETH",
"name": "WETH",
"decimals": 18,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/eth.png",
"tags": ["featured"]
},
{
"chainId": 80086,
"address": "0x08F30B50162fD8294a495ed282C597d7b5887a91",
"symbol": "vdHONEY",
"name": "Honey Variable Debt Token",
"decimals": 18,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/honey.png",
"tags": ["debt"]
},
{
"chainId": 80086,
"address": "0x9eEFA6947d3BCFfd158f56dB39f2ad6547A0d861",
"symbol": "aHONEY",
"name": "Honey aToken",
"decimals": 18,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/honey.png",
"tags": ["aToken"]
}
],
"gaugeMap": {
Expand Down

0 comments on commit dea96e0

Please sign in to comment.