Skip to content

Commit 661d269

Browse files
committed
add note aboud premium token
1 parent 6f8c5d3 commit 661d269

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ pip install ankr-sdk
1616
from ankr import AnkrWeb3
1717

1818
ankr_w3 = AnkrWeb3()
19+
20+
# Or, if you have an Ankr Protocol premium plan
21+
ankr_w3 = AnkrWeb3("YOUR-TOKEN")
1922
```
2023

2124
#### 3. Use the sdk and call one of the supported methods

0 commit comments

Comments
 (0)