Skip to content

Commit 4487a53

Browse files
fix: add alias for algo prod tokens
TICKET: COIN-3859
1 parent ffa03f7 commit 4487a53

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
@@ -1857,7 +1857,7 @@ export const coins = CoinMap.fromCoins([
18571857
algoToken(
18581858
'bf444e89-e762-48a9-a27d-8efa2aed7867',
18591859
'algo:USDC-31566704',
1860-
undefined,
1860+
'algo:31566704',
18611861
'USDC',
18621862
6,
18631863
UnderlyingAsset['algo:USDC-31566704'],
@@ -1868,7 +1868,7 @@ export const coins = CoinMap.fromCoins([
18681868
algoToken(
18691869
'4d9eee7f-68ac-4ce4-8c83-e673f996215d',
18701870
'algo:USDt-312769',
1871-
undefined,
1871+
'algo:312769',
18721872
'Algorand USDT',
18731873
6,
18741874
UnderlyingAsset['algo:USDt-312769'],
@@ -1879,7 +1879,7 @@ export const coins = CoinMap.fromCoins([
18791879
algoToken(
18801880
'4d3ec83f-a3ad-4b76-89de-a1b7134a39d4',
18811881
'algo:MCAU-6547014',
1882-
undefined,
1882+
'algo:6547014',
18831883
'MCAU',
18841884
5,
18851885
UnderlyingAsset['algo:MCAU-6547014'],
@@ -1890,7 +1890,7 @@ export const coins = CoinMap.fromCoins([
18901890
algoToken(
18911891
'4a4cdf2b-e01e-4ee8-b3d6-5ac471309ae1',
18921892
'algo:VCAD-438505559',
1893-
undefined,
1893+
'algo:438505559',
18941894
'VCAD',
18951895
2,
18961896
UnderlyingAsset['algo:VCAD-438505559'],
@@ -1901,7 +1901,7 @@ export const coins = CoinMap.fromCoins([
19011901
algoToken(
19021902
'abe2e04e-d53b-4a23-9a68-08eaeb8b028e',
19031903
'algo:QCAD-84507107',
1904-
undefined,
1904+
'algo:84507107',
19051905
'QCAD',
19061906
2,
19071907
UnderlyingAsset['algo:QCAD-84507107'],

0 commit comments

Comments
 (0)