Skip to content

Commit 86588d2

Browse files
authored
Merge pull request #5981 from BitGo/COIN-3802-baby-go-accounts
feat(statics): add go account support for baby
2 parents 6fc73a3 + da3fdb1 commit 86588d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export const ofcCoins = [
6767
CoinKind.CRYPTO
6868
),
6969
ofc('140ac16e-e39a-49d0-ae69-60019ff35727', 'ofcbld', 'Agoric', 6, UnderlyingAsset.BLD, CoinKind.CRYPTO),
70+
ofc('8b4f4051-b447-479b-bc3e-88e30a496599', 'ofcbaby', 'Babylon', 6, UnderlyingAsset.BABY, CoinKind.CRYPTO),
7071
ofc('220b2568-e996-40d1-af2c-fc4f79019069', 'ofctia', 'Celestia', 6, UnderlyingAsset.TIA, CoinKind.CRYPTO),
7172
ofc('3ad9a2e0-a8f4-4673-9177-35e855929eb6', 'ofcatom', 'Cosmos Hub ATOM', 6, UnderlyingAsset.ATOM, CoinKind.CRYPTO),
7273
ofc(
@@ -245,6 +246,7 @@ export const ofcCoins = [
245246
UnderlyingAsset.ATOM,
246247
CoinKind.CRYPTO
247248
),
249+
tofc('db429b06-c128-461e-9401-0e9d96fe500f', 'ofctbaby', 'Testnet Babylon', 6, UnderlyingAsset.BABY, CoinKind.CRYPTO),
248250
tofc(
249251
'3b0f5716-94c3-4c5b-be70-cfd08b2f1fdf',
250252
'ofctinjective',

0 commit comments

Comments
 (0)