@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.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2025-01-
|
|
44
|
+
var timestamp = "2025-01-25T12:26:53.569Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -9736,6 +9736,32 @@ var tokens = [
|
|
|
9736
9736
|
opTokenId: "UNI"
|
|
9737
9737
|
}
|
|
9738
9738
|
},
|
|
9739
|
+
{
|
|
9740
|
+
chainId: 1,
|
|
9741
|
+
address: "0x6b4BCfeCcf80AB79EAE40475af34Cd986e583090",
|
|
9742
|
+
name: "UOMI",
|
|
9743
|
+
symbol: "UOMI",
|
|
9744
|
+
decimals: 18,
|
|
9745
|
+
logoURI: "https://ethereum-optimism.github.io/data/UOMI/logo.svg",
|
|
9746
|
+
extensions: {
|
|
9747
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9748
|
+
opListId: "extended",
|
|
9749
|
+
opTokenId: "UOMI"
|
|
9750
|
+
}
|
|
9751
|
+
},
|
|
9752
|
+
{
|
|
9753
|
+
chainId: 8453,
|
|
9754
|
+
address: "0x3628d69aa2d66E9efE95Ab1267d440dEc24389B6",
|
|
9755
|
+
name: "UOMI",
|
|
9756
|
+
symbol: "UOMI",
|
|
9757
|
+
decimals: 18,
|
|
9758
|
+
logoURI: "https://ethereum-optimism.github.io/data/UOMI/logo.svg",
|
|
9759
|
+
extensions: {
|
|
9760
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9761
|
+
opListId: "extended",
|
|
9762
|
+
opTokenId: "UOMI"
|
|
9763
|
+
}
|
|
9764
|
+
},
|
|
9739
9765
|
{
|
|
9740
9766
|
chainId: 8453,
|
|
9741
9767
|
address: "0xac27fa800955849d6d17cc8952ba9dd6eaa66187",
|
|
@@ -11426,7 +11452,7 @@ var tokens = [
|
|
|
11426
11452
|
var version = {
|
|
11427
11453
|
major: 10,
|
|
11428
11454
|
minor: 0,
|
|
11429
|
-
patch:
|
|
11455
|
+
patch: 209
|
|
11430
11456
|
};
|
|
11431
11457
|
var optimism_tokenlist_default = {
|
|
11432
11458
|
name,
|