Skip to content

Commit c49fc6c

Browse files
Merge pull request #6079 from BitGo/COIN-3859
fix: add alias for algo prod tokens
2 parents 1afd90b + 4487a53 commit c49fc6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/statics/src/coins.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@ export const coins = CoinMap.fromCoins([
19171917
algoToken(
19181918
'bf444e89-e762-48a9-a27d-8efa2aed7867',
19191919
'algo:USDC-31566704',
1920-
undefined,
1920+
'algo:31566704',
19211921
'USDC',
19221922
6,
19231923
UnderlyingAsset['algo:USDC-31566704'],
@@ -1928,7 +1928,7 @@ export const coins = CoinMap.fromCoins([
19281928
algoToken(
19291929
'4d9eee7f-68ac-4ce4-8c83-e673f996215d',
19301930
'algo:USDt-312769',
1931-
undefined,
1931+
'algo:312769',
19321932
'Algorand USDT',
19331933
6,
19341934
UnderlyingAsset['algo:USDt-312769'],
@@ -1939,7 +1939,7 @@ export const coins = CoinMap.fromCoins([
19391939
algoToken(
19401940
'4d3ec83f-a3ad-4b76-89de-a1b7134a39d4',
19411941
'algo:MCAU-6547014',
1942-
undefined,
1942+
'algo:6547014',
19431943
'MCAU',
19441944
5,
19451945
UnderlyingAsset['algo:MCAU-6547014'],
@@ -1950,7 +1950,7 @@ export const coins = CoinMap.fromCoins([
19501950
algoToken(
19511951
'4a4cdf2b-e01e-4ee8-b3d6-5ac471309ae1',
19521952
'algo:VCAD-438505559',
1953-
undefined,
1953+
'algo:438505559',
19541954
'VCAD',
19551955
2,
19561956
UnderlyingAsset['algo:VCAD-438505559'],
@@ -1961,7 +1961,7 @@ export const coins = CoinMap.fromCoins([
19611961
algoToken(
19621962
'abe2e04e-d53b-4a23-9a68-08eaeb8b028e',
19631963
'algo:QCAD-84507107',
1964-
undefined,
1964+
'algo:84507107',
19651965
'QCAD',
19661966
2,
19671967
UnderlyingAsset['algo:QCAD-84507107'],

0 commit comments

Comments
 (0)