@eth-optimism/tokenlist 7.3.42 → 7.3.43
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 +3 -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-71b764c0.d.ts → optimism.tokenlist-3a5d95eb.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,8 @@
|
|
|
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](https://bridge.base.org/deposit) which are the main
|
|
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 interfaces for moving assets between Layer 1 and Layer 2.
|
|
4
|
+
|
|
5
|
+
It is worth noting that the Superchain Token List makes a distinction between token deployment / bridging and list curation. Tokens can be deployed / bridged in a permissionless manner, [anyone can deploy / bridge a token](https://github.com/ethereum-optimism/optimism-tutorial/tree/01e4f94fa2671cfed0c6c82257345f77b3b858ef/standard-bridge-standard-token) on the Superchain. The Superchain Token List is a curated list of tokens and is managed by the maintainers of this repo.
|
|
4
6
|
|
|
5
7
|
## Review process and merge criteria
|
|
6
8
|
|
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-
|
|
44
|
+
var timestamp = "2023-04-29T00:10:11.319Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3414,7 +3414,7 @@ var tokens = [
|
|
|
3414
3414
|
var version = {
|
|
3415
3415
|
major: 7,
|
|
3416
3416
|
minor: 3,
|
|
3417
|
-
patch:
|
|
3417
|
+
patch: 43
|
|
3418
3418
|
};
|
|
3419
3419
|
var optimism_tokenlist_default = {
|
|
3420
3420
|
name,
|