Skip to content

Commit 6d7a40c

Browse files
committed
fix: path
1 parent db5b676 commit 6d7a40c

4 files changed

Lines changed: 202 additions & 188 deletions

File tree

libsimba/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Path(str, Enum):
4444
APP_CONTRACT = "/v2/apps/{}/contract/{}/"
4545
APP_CONTRACTS = "/v2/apps/{}/contracts/"
4646
CONTRACT_TXNS = "/v2/apps/{}/contract/{}/transactions/"
47-
CONTRACT_TXN = "/v2/apps/{}/contract/{}/transaction/{}/"
47+
CONTRACT_TXN = "/v2/apps/{}/contract/{}/transactions/{}/"
4848
CONTRACTS = "/v2/apps/{}/contracts/"
4949
VALIDATE_BUNDLE = "/v2/apps/{}/validate/{}/{}/"
5050
BUNDLE = "/v2/apps/{}/contract/{}/bundle/{}/"

0 commit comments

Comments
 (0)