Skip to content

Commit

Permalink
Merge pull request #17 from coincord/Modified/Coincord-docs
Browse files Browse the repository at this point in the history
Some native updates
  • Loading branch information
Mozartted authored Jul 22, 2024
2 parents eedbf4f + 9b41d0d commit 214e20a
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 214e20a

Please sign in to comment.