Skip to content

Commit

Permalink
fix: fix goerli list url
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Oct 9, 2023
1 parent e8fc32c commit ffbe56f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 153 deletions.
2 changes: 1 addition & 1 deletion apps/cowswap-frontend/src/modules/tokensList/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const listsMock: TokenListInfo[] = [
id: '1',
name: 'CowSwap Goerli',
source: {
url: 'https://tokenlists.org/token-list?url=https://raw.githubusercontent.com/cowprotocol/cowswap/develop/apps/cowswap-frontend/src/tokens/goerli-token-list.json',
url: 'https://tokenlists.org/token-list?url=https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/CowSwapGoerli.json',
},
logoUrl: 'https://gnosis.mypinata.cloud/ipfs/Qme9B6jRpGtZsRFcPjHvA5T4ugFuL4c3SzWfxyMPa59AMo',
tokensCount: 7,
Expand Down
1 change: 0 additions & 1 deletion libs/common-const/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from './types'
export * from './common'
export * from './locales'
export * from './lists'
export * from './tokens'
export * from './intl'
export * from './addresses'
Expand Down
79 changes: 0 additions & 79 deletions libs/common-const/src/lists.ts

This file was deleted.

2 changes: 1 addition & 1 deletion libs/tokens/src/const/tokensList.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"id": "VZ--hetNymtoeZ5QUVhRT",
"priority": 1,
"enabledByDefault": true,
"url": "https://raw.githubusercontent.com/cowprotocol/cowswap/develop/apps/cowswap-frontend/src/tokens/goerli-token-list.json"
"url": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/CowSwapGoerli.json"
},
{
"id": "uJcgDR4A3MLQTrDsO34bA",
Expand Down
2 changes: 0 additions & 2 deletions src/tokens/README.md

This file was deleted.

69 changes: 0 additions & 69 deletions src/tokens/goerli-token-list.json

This file was deleted.

0 comments on commit ffbe56f

Please sign in to comment.