From 9b41d0d489b42042efce999ea8f6fb70aae74bdc Mon Sep 17 00:00:00 2001 From: Chibuike Osita Date: Mon, 22 Jul 2024 10:55:10 +0100 Subject: [PATCH] more updates --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc3f431..3e88107 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -223,6 +223,7 @@ enum Network { ETHEREUM LITECOIN POLYGON + TRON // SOLANA // TRON }