@eth-optimism/tokenlist 10.0.52 → 10.0.54
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-ba655234.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 +2 -2
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-05-
|
|
9
|
+
var timestamp = "2024-05-08T16:54:10.740Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -7513,6 +7513,42 @@ var tokens = [
|
|
|
7513
7513
|
opTokenId: "YFI"
|
|
7514
7514
|
}
|
|
7515
7515
|
},
|
|
7516
|
+
{
|
|
7517
|
+
chainId: 1,
|
|
7518
|
+
address: "0x0D505C03d30e65f6e9b4Ef88855a47a89e4b7676",
|
|
7519
|
+
name: "ZoomerCoin",
|
|
7520
|
+
symbol: "ZOOMER",
|
|
7521
|
+
decimals: 18,
|
|
7522
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZOOMER/logo.png",
|
|
7523
|
+
extensions: {
|
|
7524
|
+
opListId: "extended",
|
|
7525
|
+
opTokenId: "ZOOMER"
|
|
7526
|
+
}
|
|
7527
|
+
},
|
|
7528
|
+
{
|
|
7529
|
+
chainId: 8453,
|
|
7530
|
+
address: "0xD1dB4851bcF5B41442cAA32025Ce0Afe6B8EabC2",
|
|
7531
|
+
name: "Based ZoomerCoin",
|
|
7532
|
+
symbol: "ZOOMER",
|
|
7533
|
+
decimals: 18,
|
|
7534
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZOOMER/logo.png",
|
|
7535
|
+
extensions: {
|
|
7536
|
+
opListId: "extended",
|
|
7537
|
+
opTokenId: "ZOOMER"
|
|
7538
|
+
}
|
|
7539
|
+
},
|
|
7540
|
+
{
|
|
7541
|
+
chainId: 10,
|
|
7542
|
+
address: "0xB962150760F9A3bB00e3E9Cf48297EE20AdA4A33",
|
|
7543
|
+
name: "xZoomerCoin",
|
|
7544
|
+
symbol: "xZOOMER",
|
|
7545
|
+
decimals: 18,
|
|
7546
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZOOMER/logo.png",
|
|
7547
|
+
extensions: {
|
|
7548
|
+
opListId: "extended",
|
|
7549
|
+
opTokenId: "ZOOMER"
|
|
7550
|
+
}
|
|
7551
|
+
},
|
|
7516
7552
|
{
|
|
7517
7553
|
chainId: 1,
|
|
7518
7554
|
address: "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
|
|
@@ -7689,7 +7725,7 @@ var tokens = [
|
|
|
7689
7725
|
var version = {
|
|
7690
7726
|
major: 10,
|
|
7691
7727
|
minor: 0,
|
|
7692
|
-
patch:
|
|
7728
|
+
patch: 54
|
|
7693
7729
|
};
|
|
7694
7730
|
var optimism_tokenlist_default = {
|
|
7695
7731
|
name,
|