From ab44d972c21cd8baa0afa4e33f3169ee38021cfb Mon Sep 17 00:00:00 2001 From: merc1er Date: Mon, 23 Mar 2026 22:59:42 +0700 Subject: [PATCH 1/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2213be..e6bf779 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Cloud AUD

-

Cloud AUD (CAUD) 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.

+

Cloud AUD (CAUD) 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.

Generated from token-template by Ape Academy.

From f6aa19e95833c2906de0075672ca44e8de4a33e9 Mon Sep 17 00:00:00 2001 From: merc1er Date: Mon, 23 Mar 2026 23:01:11 +0700 Subject: [PATCH 2/3] Pin black version --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f194116..5cf7537 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 From 2e24edbe243fb8832d7c9052dd413ba6d75d62ab Mon Sep 17 00:00:00 2001 From: merc1er Date: Mon, 23 Mar 2026 23:10:47 +0700 Subject: [PATCH 3/3] Update eth-ape --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a4c9579..3d608e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -eth-ape==0.8.25 +eth-ape==0.8.48 pytest==8.3.4