Skip to content

Commit 7738ada

Browse files
Change REYA_API_BASE_URL for testnet (#39)
* Change REYA_API_BASE_URL for testnet Updated REYA_API_BASE_URL for cronos environment. * chore: bump SDK version to 2.0.7.1 --------- Co-authored-by: GitHub Action <action@github.com>
1 parent a288527 commit 7738ada

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ ACCOUNT_ID=your_account_id
166166
PRIVATE_KEY=your_private_key
167167
CHAIN_ID=1729 # Use 89346162 for testnet
168168
REYA_WS_URL=wss://ws.reya.xyz/ # Use wss://websocket-testnet.reya.xyz/ for testnet
169-
REYA_API_BASE_URL=https://api.reya.xyz/v2 # Use https://api-test.reya.xyz/v2 for testnet
169+
REYA_API_BASE_URL=https://api.reya.xyz/v2 # Use https://api-cronos.reya.xyz/v2 for testnet
170170
OWNER_WALLET_ADDRESS=your_wallet_address # Required: wallet address for data queries
171171
```
172172

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reya-python-sdk"
3-
version = "2.0.7.0"
3+
version = "2.0.7.1"
44
description = "SDK for interacting with Reya Labs APIs"
55
authors = [
66
{name = "Reya Labs"}

0 commit comments

Comments
 (0)