@eth-optimism/tokenlist 8.3.179 → 9.0.1
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/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-9d225b1a.d.ts → optimism.tokenlist-f2465d69.d.ts} +4 -4
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +4 -4
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +4 -4
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-10-
|
|
9
|
+
var timestamp = "2023-10-31T22:06:19.341Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -6033,9 +6033,9 @@ var tokens = [
|
|
|
6033
6033
|
}
|
|
6034
6034
|
];
|
|
6035
6035
|
var version = {
|
|
6036
|
-
major:
|
|
6037
|
-
minor:
|
|
6038
|
-
patch:
|
|
6036
|
+
major: 9,
|
|
6037
|
+
minor: 0,
|
|
6038
|
+
patch: 1
|
|
6039
6039
|
};
|
|
6040
6040
|
var optimism_tokenlist_default = {
|
|
6041
6041
|
name,
|