From fef6b574afc2f5466d54bda32bcfa7b69ccc3b46 Mon Sep 17 00:00:00 2001 From: RandomApe Date: Mon, 8 Jul 2024 23:58:51 -0300 Subject: [PATCH] chore: typo --- config/tokens.json | 2 +- src/constants/tokens.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tokens.json b/config/tokens.json index 9e6bf990..be113cc6 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -31,7 +31,7 @@ } }, "bethustlersBnb_PCS": { - "symbol": "HBR-BNB", + "symbol": "BETHUSTLERS-BNB", "address": { "56": "0xC49627586057cD1126EDCfb2AF6d65B31bc8395B" }, diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index c23595d0..94526af0 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -34,7 +34,7 @@ const tokens: Record = { }, }, bethustlersBnb_PCS: { - symbol: 'HBR-BNB', + symbol: 'BETHUSTLERS-BNB', address: { [ChainId.BSC]: '0xC49627586057cD1126EDCfb2AF6d65B31bc8395B', },