@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.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 = "2023-08-
|
|
44
|
+
var timestamp = "2023-08-10T16:55:17.961Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1860,10 +1860,10 @@ var tokens = [
|
|
|
1860
1860
|
{
|
|
1861
1861
|
chainId: 1,
|
|
1862
1862
|
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
1863
|
-
name: "
|
|
1863
|
+
name: "Hop",
|
|
1864
1864
|
symbol: "HOP",
|
|
1865
1865
|
decimals: 18,
|
|
1866
|
-
logoURI: "https://ethereum-optimism.github.io/data/HOP/logo.
|
|
1866
|
+
logoURI: "https://ethereum-optimism.github.io/data/HOP/logo.svg",
|
|
1867
1867
|
extensions: {
|
|
1868
1868
|
opListId: "extended",
|
|
1869
1869
|
opTokenId: "HOP"
|
|
@@ -1872,10 +1872,22 @@ var tokens = [
|
|
|
1872
1872
|
{
|
|
1873
1873
|
chainId: 10,
|
|
1874
1874
|
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
1875
|
-
name: "
|
|
1875
|
+
name: "Hop",
|
|
1876
1876
|
symbol: "HOP",
|
|
1877
1877
|
decimals: 18,
|
|
1878
|
-
logoURI: "https://ethereum-optimism.github.io/data/HOP/logo.
|
|
1878
|
+
logoURI: "https://ethereum-optimism.github.io/data/HOP/logo.svg",
|
|
1879
|
+
extensions: {
|
|
1880
|
+
opListId: "extended",
|
|
1881
|
+
opTokenId: "HOP"
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
chainId: 8453,
|
|
1886
|
+
address: "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",
|
|
1887
|
+
name: "Hop",
|
|
1888
|
+
symbol: "HOP",
|
|
1889
|
+
decimals: 18,
|
|
1890
|
+
logoURI: "https://ethereum-optimism.github.io/data/HOP/logo.svg",
|
|
1879
1891
|
extensions: {
|
|
1880
1892
|
opListId: "extended",
|
|
1881
1893
|
opTokenId: "HOP"
|
|
@@ -4505,7 +4517,7 @@ var tokens = [
|
|
|
4505
4517
|
var version = {
|
|
4506
4518
|
major: 8,
|
|
4507
4519
|
minor: 3,
|
|
4508
|
-
patch:
|
|
4520
|
+
patch: 113
|
|
4509
4521
|
};
|
|
4510
4522
|
var optimism_tokenlist_default = {
|
|
4511
4523
|
name,
|