Skip to content

Commit

Permalink
feat: adding honey to berachain payment tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed Feb 6, 2025
1 parent 781f4ed commit eee188e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions utils/paymentTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1072,5 +1072,12 @@ export const chainPaymentTokensMap = {
name: 'WBERA',
decimals: 18,
},
{
chainId: 80094,
address: '0xfcbd14dc51f0a4d49d5e53c2e0950e0bc26d0dce',
symbol: 'HONEY',
name: 'Honey',
decimals: 18,
},
],
} as Record<number, PaymentToken[]>

0 comments on commit eee188e

Please sign in to comment.