From 91ca6e995f61376a3d56c732ab27538dee25a7b7 Mon Sep 17 00:00:00 2001 From: mymusic23 Date: Thu, 13 Feb 2025 19:56:27 -0800 Subject: [PATCH 1/3] Update NEW.md --- docs/NEW.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/NEW.md b/docs/NEW.md index 79c22fd1..7caf07f6 100644 --- a/docs/NEW.md +++ b/docs/NEW.md @@ -1,5 +1,5 @@ ## Adding a new chain - +0x9344a768e6297cc46dd07fc266f31e6de19879a7f3f064793d2a6f9c8d2b97f88a3ad61cc007b3d693da8209a5c5801f Run the generate command ```bash @@ -19,7 +19,8 @@ This will generate all the boilerplate structure for your new chain: ``` Then you can build it using the command - +0xd6ec8e0230fc2ba9d5abb6231bee24e7846431aaeda3cc1980096a8d3cd3c1ef ```bash bun run build:packages ``` +0x9344a768e6297cc46dd07fc266f31e6de19879a7f3f064793d2a6f9c8d2b97f88a3ad61cc007b3d693da8209a5c5801f \ No newline at end of file From 4fc80d34e6f3d190537063788fd89005e4f4ed9d Mon Sep 17 00:00:00 2001 From: mymusic23 Date: Thu, 13 Feb 2025 19:47:52 -0800 Subject: [PATCH 2/3] Update ic_launcher_foreground.xml --- .../app/src/main/res/drawable-v24/ic_launcher_foreground.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml index 2b068d11..3d78ff33 100644 --- a/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +++ b/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml @@ -27,4 +27,4 @@ android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z" android:strokeWidth="1" android:strokeColor="#00000000" /> - \ No newline at end of file +http://schemas.android.com/apk/res/android \ No newline at end of file From 7a8a40ac73766674b99c671599523589059fe64a Mon Sep 17 00:00:00 2001 From: mymusic23 Date: Fri, 14 Feb 2025 17:51:11 -0800 Subject: [PATCH 3/3] Update NEW.md --- docs/NEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NEW.md b/docs/NEW.md index 7caf07f6..21268162 100644 --- a/docs/NEW.md +++ b/docs/NEW.md @@ -1,5 +1,5 @@ ## Adding a new chain -0x9344a768e6297cc46dd07fc266f31e6de19879a7f3f064793d2a6f9c8d2b97f88a3ad61cc007b3d693da8209a5c5801f +0xb390BC07AC81676263d2E1B870b851153950910d Run the generate command ```bash