Skip to content

Commit a27d373

Browse files
authored
update tokenlist name (#1129)
1 parent 80b5d6f commit a27d373

File tree

3 files changed

+257
-305
lines changed

3 files changed

+257
-305
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"homepage": "https://github.com/Uniswap/default-token-list#readme",
3030
"devDependencies": {
3131
"@ethersproject/address": "^5.0.2",
32-
"@uniswap/token-lists": "^1.0.0-beta.8",
32+
"@uniswap/token-lists": "^1.0.0-beta.29",
3333
"ajv": "^6.12.3",
3434
"chai": "^4.2.0",
3535
"mocha": "^8.0.1",

src/buildList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const mumbai = require("./tokens/mumbai.json");
1010
module.exports = function buildList() {
1111
const parsed = version.split(".");
1212
return {
13-
name: "Uniswap Labs List",
13+
name: "Uniswap Labs Default List",
1414
timestamp: new Date().toISOString(),
1515
version: {
1616
major: +parsed[0],

0 commit comments

Comments
 (0)