Skip to content

Commit e7e239e

Browse files
committed
fix(sdk-coin-apt): correcting fullname for aptos for test
TICKET: COIN-2743
1 parent 7071ef1 commit e7e239e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ export const coins = CoinMap.fromCoins([
14131413
account(
14141414
'7aca10bf-79dd-428b-aeb6-54f03f9aec0f',
14151415
'tapt',
1416-
'Testnet Apt',
1416+
'Testnet Aptos',
14171417
Networks.test.apt,
14181418
8,
14191419
UnderlyingAsset.APT,

0 commit comments

Comments
 (0)