@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-09-
|
|
9
|
+
var timestamp = "2024-09-21T01:50:53.632Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -8063,6 +8063,18 @@ var tokens = [
|
|
|
8063
8063
|
opTokenId: "UNI"
|
|
8064
8064
|
}
|
|
8065
8065
|
},
|
|
8066
|
+
{
|
|
8067
|
+
chainId: 8453,
|
|
8068
|
+
address: "0xac27fa800955849d6d17cc8952ba9dd6eaa66187",
|
|
8069
|
+
name: "UnlockProtocolToken",
|
|
8070
|
+
symbol: "UP",
|
|
8071
|
+
decimals: 18,
|
|
8072
|
+
logoURI: "https://ethereum-optimism.github.io/data/UP/logo.svg",
|
|
8073
|
+
extensions: {
|
|
8074
|
+
opListId: "extended",
|
|
8075
|
+
opTokenId: "UP"
|
|
8076
|
+
}
|
|
8077
|
+
},
|
|
8066
8078
|
{
|
|
8067
8079
|
chainId: 1,
|
|
8068
8080
|
address: "0x38547D918b9645F2D94336B6b61AEB08053E142c",
|
|
@@ -9467,7 +9479,7 @@ var tokens = [
|
|
|
9467
9479
|
var version = {
|
|
9468
9480
|
major: 10,
|
|
9469
9481
|
minor: 0,
|
|
9470
|
-
patch:
|
|
9482
|
+
patch: 131
|
|
9471
9483
|
};
|
|
9472
9484
|
var optimism_tokenlist_default = {
|
|
9473
9485
|
name,
|