@eth-optimism/tokenlist 10.0.129 → 10.0.131
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 +2 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-47aaaae9.d.ts → optimism.tokenlist-ab8b015e.d.ts} +14 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +14 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +14 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-09-
|
|
25
|
+
var timestamp = "2024-09-21T01:50:53.632Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -8079,6 +8079,18 @@ var tokens = [
|
|
|
8079
8079
|
opTokenId: "UNI"
|
|
8080
8080
|
}
|
|
8081
8081
|
},
|
|
8082
|
+
{
|
|
8083
|
+
chainId: 8453,
|
|
8084
|
+
address: "0xac27fa800955849d6d17cc8952ba9dd6eaa66187",
|
|
8085
|
+
name: "UnlockProtocolToken",
|
|
8086
|
+
symbol: "UP",
|
|
8087
|
+
decimals: 18,
|
|
8088
|
+
logoURI: "https://ethereum-optimism.github.io/data/UP/logo.svg",
|
|
8089
|
+
extensions: {
|
|
8090
|
+
opListId: "extended",
|
|
8091
|
+
opTokenId: "UP"
|
|
8092
|
+
}
|
|
8093
|
+
},
|
|
8082
8094
|
{
|
|
8083
8095
|
chainId: 1,
|
|
8084
8096
|
address: "0x38547D918b9645F2D94336B6b61AEB08053E142c",
|
|
@@ -9483,7 +9495,7 @@ var tokens = [
|
|
|
9483
9495
|
var version = {
|
|
9484
9496
|
major: 10,
|
|
9485
9497
|
minor: 0,
|
|
9486
|
-
patch:
|
|
9498
|
+
patch: 131
|
|
9487
9499
|
};
|
|
9488
9500
|
var optimism_tokenlist_default = {
|
|
9489
9501
|
name,
|