@eth-optimism/tokenlist 10.0.52 → 10.0.53
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 +38 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +38 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-0be40975.d.ts → optimism.tokenlist-136d7184.d.ts} +38 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +38 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +38 -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-05-06T20:
|
|
44
|
+
var timestamp = "2024-05-06T20:56:03.805Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -7548,6 +7548,42 @@ var tokens = [
|
|
|
7548
7548
|
opTokenId: "YFI"
|
|
7549
7549
|
}
|
|
7550
7550
|
},
|
|
7551
|
+
{
|
|
7552
|
+
chainId: 1,
|
|
7553
|
+
address: "0x0D505C03d30e65f6e9b4Ef88855a47a89e4b7676",
|
|
7554
|
+
name: "ZoomerCoin",
|
|
7555
|
+
symbol: "ZOOMER",
|
|
7556
|
+
decimals: 18,
|
|
7557
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZOOMER/logo.png",
|
|
7558
|
+
extensions: {
|
|
7559
|
+
opListId: "extended",
|
|
7560
|
+
opTokenId: "ZOOMER"
|
|
7561
|
+
}
|
|
7562
|
+
},
|
|
7563
|
+
{
|
|
7564
|
+
chainId: 8453,
|
|
7565
|
+
address: "0xD1dB4851bcF5B41442cAA32025Ce0Afe6B8EabC2",
|
|
7566
|
+
name: "Based ZoomerCoin",
|
|
7567
|
+
symbol: "ZOOMER",
|
|
7568
|
+
decimals: 18,
|
|
7569
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZOOMER/logo.png",
|
|
7570
|
+
extensions: {
|
|
7571
|
+
opListId: "extended",
|
|
7572
|
+
opTokenId: "ZOOMER"
|
|
7573
|
+
}
|
|
7574
|
+
},
|
|
7575
|
+
{
|
|
7576
|
+
chainId: 10,
|
|
7577
|
+
address: "0xB962150760F9A3bB00e3E9Cf48297EE20AdA4A33",
|
|
7578
|
+
name: "xZoomerCoin",
|
|
7579
|
+
symbol: "xZOOMER",
|
|
7580
|
+
decimals: 18,
|
|
7581
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZOOMER/logo.png",
|
|
7582
|
+
extensions: {
|
|
7583
|
+
opListId: "extended",
|
|
7584
|
+
opTokenId: "ZOOMER"
|
|
7585
|
+
}
|
|
7586
|
+
},
|
|
7551
7587
|
{
|
|
7552
7588
|
chainId: 1,
|
|
7553
7589
|
address: "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
|
|
@@ -7724,7 +7760,7 @@ var tokens = [
|
|
|
7724
7760
|
var version = {
|
|
7725
7761
|
major: 10,
|
|
7726
7762
|
minor: 0,
|
|
7727
|
-
patch:
|
|
7763
|
+
patch: 53
|
|
7728
7764
|
};
|
|
7729
7765
|
var optimism_tokenlist_default = {
|
|
7730
7766
|
name,
|