@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-05-06T20:
|
|
25
|
+
var timestamp = "2024-05-06T20:56:03.805Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -7529,6 +7529,42 @@ var tokens = [
|
|
|
7529
7529
|
opTokenId: "YFI"
|
|
7530
7530
|
}
|
|
7531
7531
|
},
|
|
7532
|
+
{
|
|
7533
|
+
chainId: 1,
|
|
7534
|
+
address: "0x0D505C03d30e65f6e9b4Ef88855a47a89e4b7676",
|
|
7535
|
+
name: "ZoomerCoin",
|
|
7536
|
+
symbol: "ZOOMER",
|
|
7537
|
+
decimals: 18,
|
|
7538
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZOOMER/logo.png",
|
|
7539
|
+
extensions: {
|
|
7540
|
+
opListId: "extended",
|
|
7541
|
+
opTokenId: "ZOOMER"
|
|
7542
|
+
}
|
|
7543
|
+
},
|
|
7544
|
+
{
|
|
7545
|
+
chainId: 8453,
|
|
7546
|
+
address: "0xD1dB4851bcF5B41442cAA32025Ce0Afe6B8EabC2",
|
|
7547
|
+
name: "Based ZoomerCoin",
|
|
7548
|
+
symbol: "ZOOMER",
|
|
7549
|
+
decimals: 18,
|
|
7550
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZOOMER/logo.png",
|
|
7551
|
+
extensions: {
|
|
7552
|
+
opListId: "extended",
|
|
7553
|
+
opTokenId: "ZOOMER"
|
|
7554
|
+
}
|
|
7555
|
+
},
|
|
7556
|
+
{
|
|
7557
|
+
chainId: 10,
|
|
7558
|
+
address: "0xB962150760F9A3bB00e3E9Cf48297EE20AdA4A33",
|
|
7559
|
+
name: "xZoomerCoin",
|
|
7560
|
+
symbol: "xZOOMER",
|
|
7561
|
+
decimals: 18,
|
|
7562
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZOOMER/logo.png",
|
|
7563
|
+
extensions: {
|
|
7564
|
+
opListId: "extended",
|
|
7565
|
+
opTokenId: "ZOOMER"
|
|
7566
|
+
}
|
|
7567
|
+
},
|
|
7532
7568
|
{
|
|
7533
7569
|
chainId: 1,
|
|
7534
7570
|
address: "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
|
|
@@ -7705,7 +7741,7 @@ var tokens = [
|
|
|
7705
7741
|
var version = {
|
|
7706
7742
|
major: 10,
|
|
7707
7743
|
minor: 0,
|
|
7708
|
-
patch:
|
|
7744
|
+
patch: 53
|
|
7709
7745
|
};
|
|
7710
7746
|
var optimism_tokenlist_default = {
|
|
7711
7747
|
name,
|