@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.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 = "2024-04-
|
|
44
|
+
var timestamp = "2024-04-29T19:07:27.474Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -6517,6 +6517,32 @@ var tokens = [
|
|
|
6517
6517
|
opTokenId: "WLD"
|
|
6518
6518
|
}
|
|
6519
6519
|
},
|
|
6520
|
+
{
|
|
6521
|
+
chainId: 1,
|
|
6522
|
+
address: "0x7Fd4d7737597E7b4ee22AcbF8D94362343ae0a79",
|
|
6523
|
+
name: "Wrapped MistCoin",
|
|
6524
|
+
symbol: "WMC",
|
|
6525
|
+
decimals: 2,
|
|
6526
|
+
logoURI: "https://ethereum-optimism.github.io/data/WMC/logo.svg",
|
|
6527
|
+
extensions: {
|
|
6528
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6529
|
+
opListId: "extended",
|
|
6530
|
+
opTokenId: "WMC"
|
|
6531
|
+
}
|
|
6532
|
+
},
|
|
6533
|
+
{
|
|
6534
|
+
chainId: 8453,
|
|
6535
|
+
address: "0x3d2eba645c44bbd32a34b7c017667711eb5b173c",
|
|
6536
|
+
name: "Wrapped MistCoin",
|
|
6537
|
+
symbol: "WMC",
|
|
6538
|
+
decimals: 2,
|
|
6539
|
+
logoURI: "https://ethereum-optimism.github.io/data/WMC/logo.svg",
|
|
6540
|
+
extensions: {
|
|
6541
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6542
|
+
opListId: "extended",
|
|
6543
|
+
opTokenId: "WMC"
|
|
6544
|
+
}
|
|
6545
|
+
},
|
|
6520
6546
|
{
|
|
6521
6547
|
chainId: 1,
|
|
6522
6548
|
address: "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
|
|
@@ -6863,7 +6889,7 @@ var tokens = [
|
|
|
6863
6889
|
var version = {
|
|
6864
6890
|
major: 10,
|
|
6865
6891
|
minor: 0,
|
|
6866
|
-
patch:
|
|
6892
|
+
patch: 32
|
|
6867
6893
|
};
|
|
6868
6894
|
var optimism_tokenlist_default = {
|
|
6869
6895
|
name,
|