Skip to content

Commit

Permalink
feat: use gh pages url instead of raw.githubusercontent
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Oct 7, 2023
1 parent 4e6b694 commit 26ee7e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokenlist",
"version": "0.0.14",
"version": "0.0.1",
"scripts": {
"validate": "./bin/validate.mjs",
"generate": "./bin/generate.mjs"
Expand Down
2 changes: 1 addition & 1 deletion scroll.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@
"version": {
"major": 0,
"minor": 0,
"patch": 14
"patch": 1
}
}
2 changes: 1 addition & 1 deletion src/generate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { defaultTokenDataFolders } from './defaultTokens.mjs'

const version = packageJson.version

const BASE_URL = 'https://raw.githubusercontent.com/scroll-tech/token-list/main'
const BASE_URL = 'https://scroll-tech.github.io/token-list'
const datadir = 'data'

export function generate() {
Expand Down

0 comments on commit 26ee7e5

Please sign in to comment.