Skip to content

Commit 31bfafb

Browse files
authored
Merge pull request #5356 from BitGo/COIN-2743
fix(sdk-coin-apt): correcting fullname for aptos for test
2 parents 095d233 + e7e239e commit 31bfafb

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
@@ -1423,7 +1423,7 @@ export const coins = CoinMap.fromCoins([
14231423
account(
14241424
'7aca10bf-79dd-428b-aeb6-54f03f9aec0f',
14251425
'tapt',
1426-
'Testnet Apt',
1426+
'Testnet Aptos',
14271427
Networks.test.apt,
14281428
8,
14291429
UnderlyingAsset.APT,

0 commit comments

Comments
 (0)