@eth-optimism/tokenlist 6.3.24 → 6.3.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  // optimism.tokenlist.json
2
- var name = "Optimism";
2
+ var name = "Superchain Token List";
3
3
  var logoURI = "https://ethereum-optimism.github.io/optimism.svg";
4
4
  var keywords = [
5
5
  "scaling",
6
6
  "layer2",
7
7
  "infrastructure"
8
8
  ];
9
- var timestamp = "2023-04-11T21:34:45.081Z";
9
+ var timestamp = "2023-04-11T23:17:34.235Z";
10
10
  var tokens = [
11
11
  {
12
12
  chainId: 1,
@@ -2571,7 +2571,7 @@ var tokens = [
2571
2571
  var version = {
2572
2572
  major: 6,
2573
2573
  minor: 3,
2574
- patch: 24
2574
+ patch: 25
2575
2575
  };
2576
2576
  var optimism_tokenlist_default = {
2577
2577
  name,