@eth-optimism/tokenlist 7.3.46 → 7.3.48
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/README.md +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +15 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-cb558f3d.d.ts → optimism.tokenlist-923e3ea7.d.ts} +15 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +15 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +15 -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-23T16:42:55.411Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -526,6 +526,19 @@ var tokens = [
|
|
|
526
526
|
opTokenId: "COMP"
|
|
527
527
|
}
|
|
528
528
|
},
|
|
529
|
+
{
|
|
530
|
+
chainId: 84531,
|
|
531
|
+
address: "0xA29b548056c3fD0f68BAd9d4829EC4E66f22f796",
|
|
532
|
+
name: "Compound",
|
|
533
|
+
symbol: "COMP",
|
|
534
|
+
decimals: 18,
|
|
535
|
+
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
536
|
+
extensions: {
|
|
537
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
538
|
+
opListId: "extended",
|
|
539
|
+
opTokenId: "COMP"
|
|
540
|
+
}
|
|
541
|
+
},
|
|
529
542
|
{
|
|
530
543
|
chainId: 1,
|
|
531
544
|
address: "0xD533a949740bb3306d119CC777fa900bA034cd52",
|
|
@@ -3397,7 +3410,7 @@ var tokens = [
|
|
|
3397
3410
|
var version = {
|
|
3398
3411
|
major: 7,
|
|
3399
3412
|
minor: 3,
|
|
3400
|
-
patch:
|
|
3413
|
+
patch: 48
|
|
3401
3414
|
};
|
|
3402
3415
|
var optimism_tokenlist_default = {
|
|
3403
3416
|
name,
|