From 9a77e973fdf8f3e29a0cc09a55257dafbb49552e Mon Sep 17 00:00:00 2001 From: nina yang Date: Fri, 26 Jan 2024 14:26:26 -0500 Subject: [PATCH] add a token --- src/tokens/testnet/defaultTokenList.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/tokens/testnet/defaultTokenList.json b/src/tokens/testnet/defaultTokenList.json index 47682bfac..bc45261f7 100644 --- a/src/tokens/testnet/defaultTokenList.json +++ b/src/tokens/testnet/defaultTokenList.json @@ -22,6 +22,10 @@ "debt": { "name": "Debt Token", "description": "Tokens that are representing debt" + }, + "aToken": { + "name": "Supply Token", + "description": "Tokens that are representing supply" } }, @@ -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": { @@ -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": {},