Skip to content

Commit 2c28d62

Browse files
committed
chore: update readme
1 parent 84ae362 commit 2c28d62

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,14 @@ from deltadefi.clients.clients import ApiClient
2626
from sidan_gin import HDWallet
2727

2828
# Initialize API configuration
29-
config = ApiConfig(
30-
network="mainnet",
31-
jwt="your_jwt_token",
32-
apiKey="your_api_key",
33-
signingKey="your_signing_key"
34-
)
29+
network="mainnet",
30+
api_key="your_api_key",
3531

3632
# Initialize HDWallet
3733
wallet = HDWallet("your_wallet_mnemonic")
3834

3935
# Initialize ApiClient
40-
api_client = ApiClient(config=config, wallet=wallet)
36+
api_client = ApiClient(network=network, api_key=api_key, wallet=wallet)
4137
```
4238

4339
### Accounts

0 commit comments

Comments
 (0)