@eth-optimism/tokenlist 10.0.208 → 10.0.209
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-cd5846b2.d.ts → optimism.tokenlist-65991d9c.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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 = "2025-01-
|
|
25
|
+
var timestamp = "2025-01-25T12:26:53.569Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -9717,6 +9717,32 @@ var tokens = [
|
|
|
9717
9717
|
opTokenId: "UNI"
|
|
9718
9718
|
}
|
|
9719
9719
|
},
|
|
9720
|
+
{
|
|
9721
|
+
chainId: 1,
|
|
9722
|
+
address: "0x6b4BCfeCcf80AB79EAE40475af34Cd986e583090",
|
|
9723
|
+
name: "UOMI",
|
|
9724
|
+
symbol: "UOMI",
|
|
9725
|
+
decimals: 18,
|
|
9726
|
+
logoURI: "https://ethereum-optimism.github.io/data/UOMI/logo.svg",
|
|
9727
|
+
extensions: {
|
|
9728
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9729
|
+
opListId: "extended",
|
|
9730
|
+
opTokenId: "UOMI"
|
|
9731
|
+
}
|
|
9732
|
+
},
|
|
9733
|
+
{
|
|
9734
|
+
chainId: 8453,
|
|
9735
|
+
address: "0x3628d69aa2d66E9efE95Ab1267d440dEc24389B6",
|
|
9736
|
+
name: "UOMI",
|
|
9737
|
+
symbol: "UOMI",
|
|
9738
|
+
decimals: 18,
|
|
9739
|
+
logoURI: "https://ethereum-optimism.github.io/data/UOMI/logo.svg",
|
|
9740
|
+
extensions: {
|
|
9741
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9742
|
+
opListId: "extended",
|
|
9743
|
+
opTokenId: "UOMI"
|
|
9744
|
+
}
|
|
9745
|
+
},
|
|
9720
9746
|
{
|
|
9721
9747
|
chainId: 8453,
|
|
9722
9748
|
address: "0xac27fa800955849d6d17cc8952ba9dd6eaa66187",
|
|
@@ -11407,7 +11433,7 @@ var tokens = [
|
|
|
11407
11433
|
var version = {
|
|
11408
11434
|
major: 10,
|
|
11409
11435
|
minor: 0,
|
|
11410
|
-
patch:
|
|
11436
|
+
patch: 209
|
|
11411
11437
|
};
|
|
11412
11438
|
var optimism_tokenlist_default = {
|
|
11413
11439
|
name,
|