Skip to content

Commit

Permalink
chore: rename file to include the chain id instead of the name
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Dec 2, 2024
1 parent e48620c commit 8fdca8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/scripts/baseChainTopTokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async function main() {
}

// Write token list to file
const tokenListPath = path.join('src/public/CoinGecko-base.json')
const tokenListPath = path.join('src/public/CoinGecko.8453.json')
fs.writeFileSync(tokenListPath, JSON.stringify(newTokenList, null, 2))
console.log(`Token list written to ${tokenListPath}`)
} catch (error) {
Expand Down

0 comments on commit 8fdca8a

Please sign in to comment.