Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- uses: actions/checkout@v3

- name: Check that all Python code is linted with black
run: pip install black && black . --check
run: pip install black==25.1.0 && black . --check
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="https://github.com/CloudfloatAU/cloud-aud/raw/main/cloudfloat.png" style="height: 50px; width: 50px; border-radius: 10px; margin-top: 20px;">
<h1>Cloud AUD</h1>
<p>Cloud AUD (<b>CAUD</b>) is a first of it's kind credit-minted, yield-distributing, Australian Dollar stablecoin backed by real business loans and secured by institutional liquidity — the new digital money rail for business.</p>
<p>Cloud AUD (<b>CAUD</b>) is a first of its kind credit-minted, yield-distributing, Australian Dollar stablecoin backed by real business loans and secured by institutional liquidity — the new digital money rail for business.</p>
<p>Generated from <a href="https://github.com/ApeAcademy/token-template">token-template</a> by <a href="https://academy.apeworx.io">Ape Academy</a>.</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
eth-ape==0.8.25
eth-ape==0.8.48
pytest==8.3.4
Loading