@eth-optimism/tokenlist 7.3.47 → 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 +41 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +41 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-39f73cac.d.ts → optimism.tokenlist-a137cec4.d.ts} +41 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +41 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +41 -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,
|
|
@@ -510,6 +510,19 @@ var tokens = [
|
|
|
510
510
|
opTokenId: "COMP"
|
|
511
511
|
}
|
|
512
512
|
},
|
|
513
|
+
{
|
|
514
|
+
chainId: 84531,
|
|
515
|
+
address: "0xA29b548056c3fD0f68BAd9d4829EC4E66f22f796",
|
|
516
|
+
name: "Compound",
|
|
517
|
+
symbol: "COMP",
|
|
518
|
+
decimals: 18,
|
|
519
|
+
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
520
|
+
extensions: {
|
|
521
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
522
|
+
opListId: "extended",
|
|
523
|
+
opTokenId: "COMP"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
513
526
|
{
|
|
514
527
|
chainId: 1,
|
|
515
528
|
address: "0xD533a949740bb3306d119CC777fa900bA034cd52",
|
|
@@ -1697,6 +1710,32 @@ var tokens = [
|
|
|
1697
1710
|
opTokenId: "MASK"
|
|
1698
1711
|
}
|
|
1699
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
|
+
},
|
|
1700
1739
|
{
|
|
1701
1740
|
chainId: 1,
|
|
1702
1741
|
address: "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
|
|
@@ -3381,7 +3420,7 @@ var tokens = [
|
|
|
3381
3420
|
var version = {
|
|
3382
3421
|
major: 7,
|
|
3383
3422
|
minor: 3,
|
|
3384
|
-
patch:
|
|
3423
|
+
patch: 49
|
|
3385
3424
|
};
|
|
3386
3425
|
var optimism_tokenlist_default = {
|
|
3387
3426
|
name,
|