@eth-optimism/tokenlist 6.3.24 → 6.3.26

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Optimism Token List
1
+ # Superchain Token List
2
2
 
3
- The Optimism token list is used as the source of truth for the [Optimism Gateway](https://app.optimism.io/bridge) which is the main portal for moving assets between Layer 1 and Layer 2.
3
+ The Superchain token list is used as the source of truth for the [Optimism bridge UI](https://app.optimism.io/bridge) and [Base bridge UI](https://bridge.base.org/deposit) which are the main portals for moving assets between Layer 1 and Layer 2.
4
4
 
5
5
  ## Review process and merge criteria
6
6
 
@@ -74,6 +74,9 @@ Add a file to your folder called `data.json` with the following format:
74
74
  },
75
75
  "optimism-goerli": {
76
76
  "address": "0x6789678967896789678967896789678967896789"
77
+ },
78
+ "base-goerli": {
79
+ "address": "0x7890789078907890789078907890789078907890"
77
80
  }
78
81
  }
79
82
  }
@@ -85,6 +88,7 @@ We currently accept tokens on the following chains:
85
88
  - `ethereum`
86
89
  - `optimism`
87
90
  - `goerli`
91
+ - `base-goerli`
88
92
  - `optimism-goerli`
89
93
 
90
94
  #### Non-bridgable tokens
@@ -164,4 +168,4 @@ Your pull request will be validated by a series of automated checks. If one of t
164
168
 
165
169
  ### Wait for the token list to update automatically
166
170
 
167
- Once your PR is merged, the token list will update automatically to include your token. Please do NOT update the token list directly. All token list updates will be handled automatically when PRs are merged into the `master` branch.
171
+ Once your PR is merged, the token list will update automatically to include your token. Please do NOT update the token list directly. All token list updates will be handled automatically when PRs are merged into the `master` branch.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { l as list } from './optimism.tokenlist-f52890c2.js';
1
+ import { l as list } from './optimism.tokenlist-b6d162dc.js';
2
2
 
3
3
 
4
4
 
package/dist/index.js CHANGED
@@ -34,14 +34,14 @@ __export(optimism_tokenlist_exports, {
34
34
  tokens: () => tokens,
35
35
  version: () => version
36
36
  });
37
- var name = "Optimism";
37
+ var name = "Superchain Token List";
38
38
  var logoURI = "https://ethereum-optimism.github.io/optimism.svg";
39
39
  var keywords = [
40
40
  "scaling",
41
41
  "layer2",
42
42
  "infrastructure"
43
43
  ];
44
- var timestamp = "2023-04-11T21:34:45.081Z";
44
+ var timestamp = "2023-04-11T23:20:42.485Z";
45
45
  var tokens = [
46
46
  {
47
47
  chainId: 1,
@@ -2606,7 +2606,7 @@ var tokens = [
2606
2606
  var version = {
2607
2607
  major: 6,
2608
2608
  minor: 3,
2609
- patch: 24
2609
+ patch: 26
2610
2610
  };
2611
2611
  var optimism_tokenlist_default = {
2612
2612
  name,