@eth-optimism/tokenlist 10.0.31 → 10.0.32
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-e92e75ee.d.ts → optimism.tokenlist-d80ca6ad.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-04-
|
|
9
|
+
var timestamp = "2024-04-29T19:07:27.474Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -6482,6 +6482,32 @@ var tokens = [
|
|
|
6482
6482
|
opTokenId: "WLD"
|
|
6483
6483
|
}
|
|
6484
6484
|
},
|
|
6485
|
+
{
|
|
6486
|
+
chainId: 1,
|
|
6487
|
+
address: "0x7Fd4d7737597E7b4ee22AcbF8D94362343ae0a79",
|
|
6488
|
+
name: "Wrapped MistCoin",
|
|
6489
|
+
symbol: "WMC",
|
|
6490
|
+
decimals: 2,
|
|
6491
|
+
logoURI: "https://ethereum-optimism.github.io/data/WMC/logo.svg",
|
|
6492
|
+
extensions: {
|
|
6493
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6494
|
+
opListId: "extended",
|
|
6495
|
+
opTokenId: "WMC"
|
|
6496
|
+
}
|
|
6497
|
+
},
|
|
6498
|
+
{
|
|
6499
|
+
chainId: 8453,
|
|
6500
|
+
address: "0x3d2eba645c44bbd32a34b7c017667711eb5b173c",
|
|
6501
|
+
name: "Wrapped MistCoin",
|
|
6502
|
+
symbol: "WMC",
|
|
6503
|
+
decimals: 2,
|
|
6504
|
+
logoURI: "https://ethereum-optimism.github.io/data/WMC/logo.svg",
|
|
6505
|
+
extensions: {
|
|
6506
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6507
|
+
opListId: "extended",
|
|
6508
|
+
opTokenId: "WMC"
|
|
6509
|
+
}
|
|
6510
|
+
},
|
|
6485
6511
|
{
|
|
6486
6512
|
chainId: 1,
|
|
6487
6513
|
address: "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
|
|
@@ -6828,7 +6854,7 @@ var tokens = [
|
|
|
6828
6854
|
var version = {
|
|
6829
6855
|
major: 10,
|
|
6830
6856
|
minor: 0,
|
|
6831
|
-
patch:
|
|
6857
|
+
patch: 32
|
|
6832
6858
|
};
|
|
6833
6859
|
var optimism_tokenlist_default = {
|
|
6834
6860
|
name,
|