Skip to content

Commit 4699fc2

Browse files
Merge pull request #5321 from BitGo/GNA-431-Go-Account-Support-for-COREDAO
feat(statics): add go account support for coredao
2 parents 7a8cb12 + fb359c5 commit 4699fc2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,6 +1912,22 @@ export const coins = CoinMap.fromCoins([
19121912
CoinKind.CRYPTO
19131913
),
19141914
ofc('07083ea6-74ba-4da7-8cf3-031126a130a4', 'ofcton', 'Ton', 9, UnderlyingAsset.TON, CoinKind.CRYPTO),
1915+
ofc(
1916+
'055691ec-f750-4349-b505-92954ca08257',
1917+
'ofccoredao',
1918+
'coredaochain',
1919+
18,
1920+
UnderlyingAsset.COREDAO,
1921+
CoinKind.CRYPTO
1922+
),
1923+
tofc(
1924+
'f17727ec-5d0b-4c5d-bbbc-cd93da537f40',
1925+
'ofctcoredao',
1926+
'Testnet coredao chain',
1927+
18,
1928+
UnderlyingAsset.COREDAO,
1929+
CoinKind.CRYPTO
1930+
),
19151931
tofc('e85d3b60-b6c8-4e29-b6db-38966125cfeb', 'ofctusd', 'Test USD', 2, UnderlyingAsset.USD, CoinKind.FIAT),
19161932
tofc('dbac74bb-5dbc-4cdd-ad66-f71315b53a3f', 'ofcteur', 'Test Euro', 2, UnderlyingAsset.EUR, CoinKind.FIAT),
19171933
tofc(

0 commit comments

Comments
 (0)