Skip to content

Commit b4d69d8

Browse files
authored
Merge pull request #4 from sonicdex/development
Add debug log in script
2 parents 5562391 + 1c7dc70 commit b4d69d8

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
# Step 4: Fetch previous token-list.json (before the merge)
2525
- name: Fetch Previous Commit's token-list.json
2626
run: |
27-
git show HEAD~1:src/token-list.json > src/base-token-list.json
27+
echo "Current Git branch: $(git rev-parse --abbrev-ref HEAD)"
28+
echo "Fetching token-list.json from previous commit:"
29+
git show HEAD~1:src/token-list.json
30+
git show HEAD~1:src/token-list.json > src/base-token-list.json
2831
2932
- name: Calculate Version Upgrade
3033
run: yarn versionUpgrade

src/token-list.json

-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
"name": "Sonic",
2121
"symbol": "SONIC",
2222
"logoURI": "https://cdn.sonic.ooo/v3/token_images/0x491016bf872d35a798c601d53442775c621bf91a.webp"
23-
},
24-
{
25-
"address": "0xb6cf275997444876916c11aebf2a0c33ff37f475",
26-
"decimals": 8,
27-
"name": "Motoko",
28-
"symbol": "MOTOKO",
29-
"logoURI": "https://raw.githubusercontent.com/infinity-swap/token-lists/main/logos/motoko.png"
3023
}
3124
]
3225
}

0 commit comments

Comments
 (0)