Skip to content

Commit

Permalink
feat(sdk-coin-bera): add bera token support
Browse files Browse the repository at this point in the history
Ticket: WIN-3493
  • Loading branch information
adarsh312 committed Sep 30, 2024
1 parent bad8801 commit 5b731ae
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17808,13 +17808,21 @@ export const coins = CoinMap.fromCoins([
'0xcccb29bac5ad81290383643c6fb38130cda9d881',
UnderlyingAsset['tzketh:link']
),
beraErc20('ef833f4e-7617-4c6d-8a1f-1fef0dd1dd0e', 'bera:bgt', 'BGT Token', 18, '', UnderlyingAsset['bera:bgt']),
beraErc20(
'ef833f4e-7617-4c6d-8a1f-1fef0dd1dd0e',
'bera:bgt',
'BGT Token',
18,
// TODO: the mainnet contract address is still not available, adding placeholder her
'0xbda130737bdd9618301681329bf2e46a016ff9aa',
UnderlyingAsset['bera:bgt']
),
tberaErc20(
'24af5e18-ab4b-43e5-80db-0ddb9beb01b3',
'tbera:bgt',
'bera Test BGT',
18,
'0xbDa130737BDd9618301681329bF2e46A016ff9Ad',
'0xbda130737bdd9618301681329bf2e46a016ff9ad',
UnderlyingAsset['tbera:bgt']
),
txrpToken(
Expand Down

0 comments on commit 5b731ae

Please sign in to comment.