@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
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-04-
|
|
25
|
+
var timestamp = "2024-04-29T19:07:27.474Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -6498,6 +6498,32 @@ var tokens = [
|
|
|
6498
6498
|
opTokenId: "WLD"
|
|
6499
6499
|
}
|
|
6500
6500
|
},
|
|
6501
|
+
{
|
|
6502
|
+
chainId: 1,
|
|
6503
|
+
address: "0x7Fd4d7737597E7b4ee22AcbF8D94362343ae0a79",
|
|
6504
|
+
name: "Wrapped MistCoin",
|
|
6505
|
+
symbol: "WMC",
|
|
6506
|
+
decimals: 2,
|
|
6507
|
+
logoURI: "https://ethereum-optimism.github.io/data/WMC/logo.svg",
|
|
6508
|
+
extensions: {
|
|
6509
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6510
|
+
opListId: "extended",
|
|
6511
|
+
opTokenId: "WMC"
|
|
6512
|
+
}
|
|
6513
|
+
},
|
|
6514
|
+
{
|
|
6515
|
+
chainId: 8453,
|
|
6516
|
+
address: "0x3d2eba645c44bbd32a34b7c017667711eb5b173c",
|
|
6517
|
+
name: "Wrapped MistCoin",
|
|
6518
|
+
symbol: "WMC",
|
|
6519
|
+
decimals: 2,
|
|
6520
|
+
logoURI: "https://ethereum-optimism.github.io/data/WMC/logo.svg",
|
|
6521
|
+
extensions: {
|
|
6522
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6523
|
+
opListId: "extended",
|
|
6524
|
+
opTokenId: "WMC"
|
|
6525
|
+
}
|
|
6526
|
+
},
|
|
6501
6527
|
{
|
|
6502
6528
|
chainId: 1,
|
|
6503
6529
|
address: "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
|
|
@@ -6844,7 +6870,7 @@ var tokens = [
|
|
|
6844
6870
|
var version = {
|
|
6845
6871
|
major: 10,
|
|
6846
6872
|
minor: 0,
|
|
6847
|
-
patch:
|
|
6873
|
+
patch: 32
|
|
6848
6874
|
};
|
|
6849
6875
|
var optimism_tokenlist_default = {
|
|
6850
6876
|
name,
|