@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-05-
|
|
9
|
+
var timestamp = "2023-05-23T18:07:38.741Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -1710,6 +1710,32 @@ var tokens = [
|
|
|
1710
1710
|
opTokenId: "MASK"
|
|
1711
1711
|
}
|
|
1712
1712
|
},
|
|
1713
|
+
{
|
|
1714
|
+
chainId: 1,
|
|
1715
|
+
address: "0x2ebd53d035150f328bd754d6dc66b99b0edb89aa",
|
|
1716
|
+
name: "Metronome2",
|
|
1717
|
+
symbol: "MET",
|
|
1718
|
+
decimals: 18,
|
|
1719
|
+
logoURI: "https://ethereum-optimism.github.io/data/MET/logo.svg",
|
|
1720
|
+
extensions: {
|
|
1721
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1722
|
+
opListId: "extended",
|
|
1723
|
+
opTokenId: "MET"
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
chainId: 10,
|
|
1728
|
+
address: "0x9a2e53158e12bc09270af10c16a466cb2b5d7836",
|
|
1729
|
+
name: "Metronome2",
|
|
1730
|
+
symbol: "MET",
|
|
1731
|
+
decimals: 18,
|
|
1732
|
+
logoURI: "https://ethereum-optimism.github.io/data/MET/logo.svg",
|
|
1733
|
+
extensions: {
|
|
1734
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1735
|
+
opListId: "extended",
|
|
1736
|
+
opTokenId: "MET"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1713
1739
|
{
|
|
1714
1740
|
chainId: 1,
|
|
1715
1741
|
address: "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
|
|
@@ -3394,7 +3420,7 @@ var tokens = [
|
|
|
3394
3420
|
var version = {
|
|
3395
3421
|
major: 7,
|
|
3396
3422
|
minor: 3,
|
|
3397
|
-
patch:
|
|
3423
|
+
patch: 49
|
|
3398
3424
|
};
|
|
3399
3425
|
var optimism_tokenlist_default = {
|
|
3400
3426
|
name,
|