@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 +7 -3
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-f52890c2.d.ts → optimism.tokenlist-b6d162dc.d.ts} +3 -3
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +3 -3
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +3 -3
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15,14 +15,14 @@ __export(optimism_tokenlist_exports, {
|
|
|
15
15
|
tokens: () => tokens,
|
|
16
16
|
version: () => version
|
|
17
17
|
});
|
|
18
|
-
var name = "
|
|
18
|
+
var name = "Superchain Token List";
|
|
19
19
|
var logoURI = "https://ethereum-optimism.github.io/optimism.svg";
|
|
20
20
|
var keywords = [
|
|
21
21
|
"scaling",
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-04-
|
|
25
|
+
var timestamp = "2023-04-11T23:20:42.485Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2587,7 +2587,7 @@ var tokens = [
|
|
|
2587
2587
|
var version = {
|
|
2588
2588
|
major: 6,
|
|
2589
2589
|
minor: 3,
|
|
2590
|
-
patch:
|
|
2590
|
+
patch: 26
|
|
2591
2591
|
};
|
|
2592
2592
|
var optimism_tokenlist_default = {
|
|
2593
2593
|
name,
|