Skip to content

Commit 66bddc6

Browse files
authored
Merge pull request #360 from cusma/arc20
[ARC-20] Update artifacts
2 parents 0df0c34 + 4c67ce2 commit 66bddc6

File tree

13 files changed

+18174
-9753
lines changed

13 files changed

+18174
-9753
lines changed

assets/arc-0020/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Smart ASA examples deployed on TestNet:
88

99
| App ID | App Spec |
1010
|--------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
11-
| [735663461](https://lora.algokit.io/testnet/application/735663461) | [ARC-56](https://github.com/algorandfoundation/ARCs/blob/main/assets/arc-0020/smart_contracts/artifacts/smart_asa/SmartAsa.arc56.json) |
11+
| [749063457](https://lora.algokit.io/testnet/application/749063457) | [ARC-56](https://github.com/algorandfoundation/ARCs/blob/main/assets/arc-0020/smart_contracts/artifacts/smart_asa/SmartAsa.arc56.json) |
1212

1313
1. Download the App Spec JSON file;
1414
1. Navigate to the [Lora App Lab](https://lora.algokit.io/testnet/app-lab);

assets/arc-0020/poetry.lock

Lines changed: 1559 additions & 1279 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/arc-0020/pyproject.toml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,21 @@ keywords = ["algorand", "blockchain", "tokenization"]
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.12"
16-
algokit-utils = "^3.0.2"
17-
python-dotenv = "^1.0.0"
18-
algorand-python = "^2.7.0"
19-
algorand-python-testing = "^0.5.0"
16+
algokit-utils = "^4.2.2"
17+
python-dotenv = "^1.2.1"
18+
algorand-python = "^3.1.1"
2019

2120
[tool.poetry.group.dev.dependencies]
22-
algokit-client-generator = "^2.0.1b3"
21+
algokit-client-generator = "^2.2.0"
2322
black = {extras = ["d"], version = "25.1.0"}
24-
ruff = "^0.9.10"
25-
mypy = "^1.15.0"
26-
pytest = "^8.3.5"
27-
pytest-cov = "^6.0.0"
28-
pytest-sugar = "^1.0.0"
29-
pip-audit = "^2.8.0"
30-
pre-commit = "^4.1.0"
31-
puyapy = "^4.4.4"
23+
ruff = "^0.14.3"
24+
mypy = "^1.18.2"
25+
pytest = "^8.4.2"
26+
pytest-cov = "^7.0.0"
27+
pytest-sugar = "^1.1.1"
28+
pip-audit = "^2.9.0"
29+
pre-commit = "^4.3.0"
30+
puyapy = "^5.4.0"
3231

3332
[build-system]
3433
requires = ["poetry-core"]

assets/arc-0020/smart_contracts/artifacts/smart_asa/SmartAsa.approval.puya.map

Lines changed: 15546 additions & 7369 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)