@eth-optimism/tokenlist 7.3.48 → 7.3.49
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-923e3ea7.d.ts → optimism.tokenlist-a137cec4.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 = "2023-05-
|
|
25
|
+
var timestamp = "2023-05-23T18:07:38.741Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1726,6 +1726,32 @@ var tokens = [
|
|
|
1726
1726
|
opTokenId: "MASK"
|
|
1727
1727
|
}
|
|
1728
1728
|
},
|
|
1729
|
+
{
|
|
1730
|
+
chainId: 1,
|
|
1731
|
+
address: "0x2ebd53d035150f328bd754d6dc66b99b0edb89aa",
|
|
1732
|
+
name: "Metronome2",
|
|
1733
|
+
symbol: "MET",
|
|
1734
|
+
decimals: 18,
|
|
1735
|
+
logoURI: "https://ethereum-optimism.github.io/data/MET/logo.svg",
|
|
1736
|
+
extensions: {
|
|
1737
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1738
|
+
opListId: "extended",
|
|
1739
|
+
opTokenId: "MET"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
chainId: 10,
|
|
1744
|
+
address: "0x9a2e53158e12bc09270af10c16a466cb2b5d7836",
|
|
1745
|
+
name: "Metronome2",
|
|
1746
|
+
symbol: "MET",
|
|
1747
|
+
decimals: 18,
|
|
1748
|
+
logoURI: "https://ethereum-optimism.github.io/data/MET/logo.svg",
|
|
1749
|
+
extensions: {
|
|
1750
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1751
|
+
opListId: "extended",
|
|
1752
|
+
opTokenId: "MET"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1729
1755
|
{
|
|
1730
1756
|
chainId: 1,
|
|
1731
1757
|
address: "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
|
|
@@ -3410,7 +3436,7 @@ var tokens = [
|
|
|
3410
3436
|
var version = {
|
|
3411
3437
|
major: 7,
|
|
3412
3438
|
minor: 3,
|
|
3413
|
-
patch:
|
|
3439
|
+
patch: 49
|
|
3414
3440
|
};
|
|
3415
3441
|
var optimism_tokenlist_default = {
|
|
3416
3442
|
name,
|