File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 24
24
# Step 4: Fetch previous token-list.json (before the merge)
25
25
- name : Fetch Previous Commit's token-list.json
26
26
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
28
31
29
32
- name : Calculate Version Upgrade
30
33
run : yarn versionUpgrade
Original file line number Diff line number Diff line change 20
20
"name" : " Sonic" ,
21
21
"symbol" : " SONIC" ,
22
22
"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"
30
23
}
31
24
]
32
25
}
You can’t perform that action at this time.
0 commit comments