@eth-optimism/tokenlist 8.3.112 → 8.3.113
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 +18 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -6
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-aa62b75e.d.ts → optimism.tokenlist-f54331b9.d.ts} +18 -6
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +18 -6
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +18 -6
- 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-08-
|
|
25
|
+
var timestamp = "2023-08-10T16:55:17.961Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1841,10 +1841,10 @@ var tokens = [
|
|
|
1841
1841
|
{
|
|
1842
1842
|
chainId: 1,
|
|
1843
1843
|
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
1844
|
-
name: "
|
|
1844
|
+
name: "Hop",
|
|
1845
1845
|
symbol: "HOP",
|
|
1846
1846
|
decimals: 18,
|
|
1847
|
-
logoURI: "https://ethereum-optimism.github.io/data/HOP/logo.
|
|
1847
|
+
logoURI: "https://ethereum-optimism.github.io/data/HOP/logo.svg",
|
|
1848
1848
|
extensions: {
|
|
1849
1849
|
opListId: "extended",
|
|
1850
1850
|
opTokenId: "HOP"
|
|
@@ -1853,10 +1853,22 @@ var tokens = [
|
|
|
1853
1853
|
{
|
|
1854
1854
|
chainId: 10,
|
|
1855
1855
|
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
1856
|
-
name: "
|
|
1856
|
+
name: "Hop",
|
|
1857
1857
|
symbol: "HOP",
|
|
1858
1858
|
decimals: 18,
|
|
1859
|
-
logoURI: "https://ethereum-optimism.github.io/data/HOP/logo.
|
|
1859
|
+
logoURI: "https://ethereum-optimism.github.io/data/HOP/logo.svg",
|
|
1860
|
+
extensions: {
|
|
1861
|
+
opListId: "extended",
|
|
1862
|
+
opTokenId: "HOP"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
chainId: 8453,
|
|
1867
|
+
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
1868
|
+
name: "Hop",
|
|
1869
|
+
symbol: "HOP",
|
|
1870
|
+
decimals: 18,
|
|
1871
|
+
logoURI: "https://ethereum-optimism.github.io/data/HOP/logo.svg",
|
|
1860
1872
|
extensions: {
|
|
1861
1873
|
opListId: "extended",
|
|
1862
1874
|
opTokenId: "HOP"
|
|
@@ -4486,7 +4498,7 @@ var tokens = [
|
|
|
4486
4498
|
var version = {
|
|
4487
4499
|
major: 8,
|
|
4488
4500
|
minor: 3,
|
|
4489
|
-
patch:
|
|
4501
|
+
patch: 113
|
|
4490
4502
|
};
|
|
4491
4503
|
var optimism_tokenlist_default = {
|
|
4492
4504
|
name,
|