@eth-optimism/tokenlist 6.3.25 → 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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-59b26487.d.ts → optimism.tokenlist-b6d162dc.d.ts} +2 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +2 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +2 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Superchain Token List
|
|
2
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
|
|
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
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-04-11T23:
|
|
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:
|
|
2609
|
+
patch: 26
|
|
2610
2610
|
};
|
|
2611
2611
|
var optimism_tokenlist_default = {
|
|
2612
2612
|
name,
|