Skip to content

Commit 3050e96

Browse files
committed
fix(token lists): automatic updates to token lists
1 parent 2150450 commit 3050e96

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint/eslint-plugin": "^2.31.0",
3535
"@typescript-eslint/parser": "^2.31.0",
3636
"@uniswap/sdk": "3.0.3-beta.1",
37-
"@uniswap/token-lists": "^1.0.0-beta.9",
37+
"@uniswap/token-lists": "^1.0.0-beta.11",
3838
"@uniswap/v2-core": "1.0.0",
3939
"@uniswap/v2-periphery": "^1.1.0-beta.0",
4040
"@web3-react/core": "^6.0.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2681,10 +2681,10 @@
26812681
tiny-warning "^1.0.3"
26822682
toformat "^2.0.0"
26832683

2684-
"@uniswap/token-lists@^1.0.0-beta.9":
2685-
version "1.0.0-beta.10"
2686-
resolved "https://registry.yarnpkg.com/@uniswap/token-lists/-/token-lists-1.0.0-beta.10.tgz#9788fdd65c3720f1f7cc3ef262f507ea3f4ac062"
2687-
integrity sha512-NCdJC6Zlb62GN9oiYZoI0PMm26G5vu2CnBYAkR4rEPUqqKuxagdqntjOt2XfwklQaeSc9egwXUdbAOTU8wgjyA==
2684+
"@uniswap/token-lists@^1.0.0-beta.11":
2685+
version "1.0.0-beta.11"
2686+
resolved "https://registry.yarnpkg.com/@uniswap/token-lists/-/token-lists-1.0.0-beta.11.tgz#365dd55d536c67fa550554c0658391bfbc2930b7"
2687+
integrity sha512-dGHdb58d+rN7G164ziPP6omb1R0hwBVgs95er83OzXKkVRlLKE/FLSdgpDaTxLj1war+P/hZXw2/ToYcKFsobQ==
26882688

26892689
"@uniswap/v2-core@1.0.0":
26902690
version "1.0.0"

0 commit comments

Comments
 (0)