Add TON mainnet/testnet

This commit is contained in:
sunsetlover36
2024-10-23 15:42:47 +03:00
parent 9d17368c82
commit 8b4aae64e8
7 changed files with 370 additions and 265 deletions

View File

@@ -1 +1,16 @@
export default ['FTM', 'BSC', 'ETH', 'POLYGON', 'OKC', 'ARB', 'OPBNB', 'INEVM', 'LINEA', 'AVAX', 'BASE', 'LUMIA'] as const;
export default [
'FTM',
'BSC',
'ETH',
'POLYGON',
'OKC',
'ARB',
'OPBNB',
'INEVM',
'LINEA',
'AVAX',
'BASE',
'LUMIA',
'TON',
'TON_TESTNET',
] as const;