Skip to content

Commit a1b3445

Browse files
fix: add alias for algo testnet tokens
2 parents a8b60f1 + 3c9b55a commit a1b3445

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/statics/src/coins.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,7 @@ export const coins = CoinMap.fromCoins([
20602060
talgoToken(
20612061
'0e20b757-3e62-4400-887d-caff117481c8',
20622062
'talgo:USDC-10458941',
2063-
undefined,
2063+
'talgo:10458941',
20642064
'USDC',
20652065
6,
20662066
UnderlyingAsset['talgo:USDC-10458941'],
@@ -2071,7 +2071,7 @@ export const coins = CoinMap.fromCoins([
20712071
talgoToken(
20722072
'dd48a295-4f59-4a36-bc40-801998b9ff90',
20732073
'talgo:USDt-180447',
2074-
undefined,
2074+
'talgo:180447',
20752075
'Testnet Algorand USDT',
20762076
6,
20772077
UnderlyingAsset['talgo:USDt-180447'],
@@ -2082,7 +2082,7 @@ export const coins = CoinMap.fromCoins([
20822082
talgoToken(
20832083
'3cfccea1-9946-4de1-abe2-f9ab6411a14b',
20842084
'talgo:USON-16026728',
2085-
undefined,
2085+
'talgo:16026728',
20862086
'Unison',
20872087
2,
20882088
UnderlyingAsset['talgo:USON-16026728'],
@@ -2093,7 +2093,7 @@ export const coins = CoinMap.fromCoins([
20932093
talgoToken(
20942094
'02f2ed81-83ba-4c6c-931e-2ce1aacfd57f',
20952095
'talgo:SPRW-16026732',
2096-
undefined,
2096+
'talgo:16026732',
20972097
'Sparrow',
20982098
4,
20992099
UnderlyingAsset['talgo:SPRW-16026732'],
@@ -2104,7 +2104,7 @@ export const coins = CoinMap.fromCoins([
21042104
talgoToken(
21052105
'0c642b43-157a-475b-b6dc-d20ae76c71fc',
21062106
'talgo:KAL-16026733',
2107-
undefined,
2107+
'talgo:16026733',
21082108
'Kalki',
21092109
8,
21102110
UnderlyingAsset['talgo:KAL-16026733'],
@@ -2115,7 +2115,7 @@ export const coins = CoinMap.fromCoins([
21152115
talgoToken(
21162116
'857994b1-3198-4649-a7a0-724a8620eb67',
21172117
'talgo:JPT-162085446',
2118-
undefined,
2118+
'talgo:162085446',
21192119
'JPT',
21202120
6,
21212121
UnderlyingAsset['talgo:JPT-162085446'],

0 commit comments

Comments
 (0)