Skip to content

Commit

Permalink
Merge pull request #10 from berachain/add-honey-a-token
Browse files Browse the repository at this point in the history
add a token
  • Loading branch information
ninibear030 authored Jan 26, 2024
2 parents ff8cc4d + 9a77e97 commit 536c5e8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/tokens/testnet/defaultTokenList.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"debt": {
"name": "Debt Token",
"description": "Tokens that are representing debt"
},
"aToken": {
"name": "Supply Token",
"description": "Tokens that are representing supply"
}
},

Expand Down Expand Up @@ -97,6 +101,15 @@
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/berachain/default-token-list/main/src/assets/honey.png",
"tags": ["debt"]
},
{
"chainId": 2061,
"address": "0xB74285805B9eb4Dad384431C51F64C71fB786523",
"symbol": "aHONEY",
"name": "Honey aToken",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/berachain/default-token-list/main/src/assets/honey.png",
"tags": ["aToken"]
}
],
"tokenMap": {
Expand Down Expand Up @@ -153,6 +166,15 @@
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/berachain/default-token-list/main/src/assets/honey.png",
"tags": ["debt"]
},
"0xB74285805B9eb4Dad384431C51F64C71fB786523": {
"chainId": 2061,
"address": "0xB74285805B9eb4Dad384431C51F64C71fB786523",
"symbol": "aHONEY",
"name": "Honey aToken",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/berachain/default-token-list/main/src/assets/honey.png",
"tags": ["aToken"]
}
},
"gaugeMap": {},
Expand Down

0 comments on commit 536c5e8

Please sign in to comment.