@eth-optimism/tokenlist 7.3.42 → 7.3.44
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 +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-71b764c0.d.ts → optimism.tokenlist-1750ec3f.d.ts} +4 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +4 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +4 -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:13:15.929Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -488,6 +488,7 @@ var tokens = [
|
|
|
488
488
|
decimals: 18,
|
|
489
489
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
490
490
|
extensions: {
|
|
491
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
491
492
|
opListId: "extended",
|
|
492
493
|
opTokenId: "COLLAB"
|
|
493
494
|
}
|
|
@@ -500,6 +501,7 @@ var tokens = [
|
|
|
500
501
|
decimals: 18,
|
|
501
502
|
logoURI: "https://ethereum-optimism.github.io/data/COLLAB/logo.png",
|
|
502
503
|
extensions: {
|
|
504
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
503
505
|
opListId: "extended",
|
|
504
506
|
opTokenId: "COLLAB"
|
|
505
507
|
}
|
|
@@ -3414,7 +3416,7 @@ var tokens = [
|
|
|
3414
3416
|
var version = {
|
|
3415
3417
|
major: 7,
|
|
3416
3418
|
minor: 3,
|
|
3417
|
-
patch:
|
|
3419
|
+
patch: 44
|
|
3418
3420
|
};
|
|
3419
3421
|
var optimism_tokenlist_default = {
|
|
3420
3422
|
name,
|