Skip to content

Commit

Permalink
Revert "feat: add base-goerli tokens to default-token-list (#1631)"
Browse files Browse the repository at this point in the history
This reverts commit 278af9f.
  • Loading branch information
zzmp committed Jul 13, 2023
1 parent 9fc2a77 commit 67f3a71
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 22 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"homepage": "https://github.com/Uniswap/default-token-list#readme",
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@uniswap/token-lists": "^1.0.0-beta.33",
"@uniswap/token-list-bridge-utils": "^2.1.0",
"@uniswap/token-lists": "^1.0.0-beta.29",
"@uniswap/token-list-bridge-utils": "^2.0.0",
"ajv": "^6.12.3",
"chai": "^4.2.0",
"mocha": "^8.0.1",
Expand Down
3 changes: 1 addition & 2 deletions src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const arbitrum = require("./tokens/arbitrum.json");
const bnb = require("./tokens/bnb.json");
const sepolia = require("./tokens/sepolia.json");
const avalanche = require("./tokens/avalanche.json");
const baseGoerli = require("./tokens/base-goerli.json");

const bridgeUtils = require('@uniswap/token-list-bridge-utils');

Expand All @@ -29,7 +28,7 @@ module.exports = function buildList() {
tags: {},
logoURI: "ipfs://QmNa8mQkrNKp1WEEeGjFezDmDeodkWRevGFN8JCV7b4Xir",
keywords: ["uniswap", "default"],
tokens: [...mainnet, ...ropsten, ...goerli, ...kovan, ...rinkeby, ...polygon, ...mumbai, ...optimism, ...celo, ...arbitrum, ...bnb, ...sepolia, ...avalanche, ...baseGoerli]
tokens: [...mainnet, ...ropsten, ...goerli, ...kovan, ...rinkeby, ...polygon, ...mumbai, ...optimism, ...celo, ...arbitrum, ...bnb, ...sepolia, ...avalanche]
// sort them by symbol for easy readability
.sort((t1, t2) => {
if (t1.chainId === t2.chainId) {
Expand Down
10 changes: 0 additions & 10 deletions src/tokens/base-goerli.json

This file was deleted.

16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,10 @@
tiny-invariant "^1.1.0"
toformat "^2.0.0"

"@uniswap/token-list-bridge-utils@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@uniswap/token-list-bridge-utils/-/token-list-bridge-utils-2.1.0.tgz#61138da4a6033fe638185d65d37a38591735d719"
integrity sha512-g0G6v/9h492dgdptzbnjF+vY1A/6SA5YNRtpE/IuDsWdy+6GV7HuW/hfnvsSYkMV1qJTNldPs+yxGGr8RcJp2w==
"@uniswap/token-list-bridge-utils@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@uniswap/token-list-bridge-utils/-/token-list-bridge-utils-2.0.0.tgz#786fd2c0c029ecf2ccb20d0c045787856d4fa8be"
integrity sha512-QF9Q7DWRO6UWWnMo8R5BQ4THqMHTWRLm9o/BzoPvWRc+8UQxNsR42znbK/iegNYEMEbOWWWwPRNinwN2d84Zjg==
dependencies:
"@arbitrum/sdk" "^1.1.4"
"@uniswap/sdk-core" "^3.0.1"
Expand All @@ -548,10 +548,10 @@
prettier "^2.7.1"
web3 "^1.7.3"

"@uniswap/token-lists@^1.0.0-beta.33":
version "1.0.0-beta.33"
resolved "https://registry.yarnpkg.com/@uniswap/token-lists/-/token-lists-1.0.0-beta.33.tgz#966ba96c9ccc8f0e9e09809890b438203f2b1911"
integrity sha512-JQkXcpRI3jFG8y3/CGC4TS8NkDgcxXaOQuYW8Qdvd6DcDiIyg2vVYCG9igFEzF0G6UvxgHkBKC7cWCgzZNYvQg==
"@uniswap/token-lists@^1.0.0-beta.29":
version "1.0.0-beta.29"
resolved "https://registry.yarnpkg.com/@uniswap/token-lists/-/token-lists-1.0.0-beta.29.tgz#7be3b62aeab84c710a153a115df3bb8480027684"
integrity sha512-b19mDY5G94GW9tKjvoNEbdApWM1GNahh5EFYs7LsBE7J3r7qNsJ6MqZYoPg73KS6GOrp8/2XdcSXRBUt6NHjZg==

accepts@~1.3.8:
version "1.3.8"
Expand Down

0 comments on commit 67f3a71

Please sign in to comment.