Skip to content

Commit e80561c

Browse files
authored
chore: adds Tron CAIP (#266)
We are adding the Tron CAIP namespace.
1 parent 7e387b8 commit e80561c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/caip-types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ export enum KnownCaipNamespace {
137137
Bip122 = 'bip122',
138138
/** Solana compatible chains */
139139
Solana = 'solana',
140+
/** Tron compatible chains */
141+
Tron = 'tron',
140142
/** EIP-155 compatible chains. */
141143
Eip155 = 'eip155',
142144
Wallet = 'wallet',

0 commit comments

Comments
 (0)