Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozartted committed Jul 22, 2024
1 parent ce12254 commit 9b41d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ let addresses = app.app_wallet.addresses
Create your account address.
```ts
// supported token types: BITCOIN, LITECOIN, ETHEREUM, USDC, USDT, DAI
let address = coincordCoreCLient.createAddress("BITCOIN")
let address = coincordCoreCLient.createAddress("BITCOIN","NATIVE")
let address = address.address
let tokenType = address.token_set
```
Expand Down Expand Up @@ -223,6 +223,7 @@ enum Network {
ETHEREUM
LITECOIN
POLYGON
TRON
// SOLANA
// TRON
}
Expand Down

0 comments on commit 9b41d0d

Please sign in to comment.