Skip to content

Commit d075e9f

Browse files
authored
Merge pull request #6749 from BitGo/COIN-5329
test: avax token naming convention
2 parents 2ed988b + 2aea786 commit d075e9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/statics/test/unit/tokenNamingConvention.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import { erc20Coins } from '../../src/coins/erc20Coins';
22
import { cosmosTokens } from '../../src/coins/cosmosTokens';
3+
import { avaxTokens } from '../../src/coins/avaxTokens';
34
import { NetworkType } from '../../src/networks';
45

56
describe('Token Naming Convention Tests', function () {
6-
const allTokens = [...erc20Coins, ...cosmosTokens];
7+
const allTokens = [...erc20Coins, ...cosmosTokens, ...avaxTokens];
78

89
// Helper function to filter tokens by network type
910
function getTokensByNetworkType(networkType: NetworkType) {

0 commit comments

Comments
 (0)