Skip to content

Commit 67ff47c

Browse files
Merge pull request #5506 from BitGo/GNA-683-Go-Account-Support-for-BERA-Coin
feat(statics): add go account support for bera coin
2 parents 559927b + 5f3c3e2 commit 67ff47c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,6 +2140,15 @@ export const coins = CoinMap.fromCoins([
21402140
UnderlyingAsset.COREDAO,
21412141
CoinKind.CRYPTO
21422142
),
2143+
ofc('6f1f9d82-dc02-4448-b289-84e246a921f8', 'ofcbera', 'Bera', 18, UnderlyingAsset.BERA, CoinKind.CRYPTO),
2144+
tofc(
2145+
'6d2fcabc-5c58-4964-a4c9-d9d5c338a88a',
2146+
'ofctbera',
2147+
'Testnet Berachain',
2148+
18,
2149+
UnderlyingAsset.BERA,
2150+
CoinKind.CRYPTO
2151+
),
21432152
tofc(
21442153
'f17727ec-5d0b-4c5d-bbbc-cd93da537f40',
21452154
'ofctcoredao',

0 commit comments

Comments
 (0)