@eth-optimism/tokenlist 10.0.42 → 10.0.43
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 +14 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-55cb6ce9.d.ts → optimism.tokenlist-0c7298f1.d.ts} +14 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +14 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +14 -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-
|
|
44
|
+
var timestamp = "2024-05-02T15:25:14.133Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2083,6 +2083,18 @@ var tokens = [
|
|
|
2083
2083
|
opTokenId: "FLASH"
|
|
2084
2084
|
}
|
|
2085
2085
|
},
|
|
2086
|
+
{
|
|
2087
|
+
chainId: 8453,
|
|
2088
|
+
address: "0x076Bf099C7aaBd0BC9bC37930113428906F51d89",
|
|
2089
|
+
name: "DEFLI",
|
|
2090
|
+
symbol: "FLI",
|
|
2091
|
+
decimals: 18,
|
|
2092
|
+
logoURI: "https://ethereum-optimism.github.io/data/FLI/logo.svg",
|
|
2093
|
+
extensions: {
|
|
2094
|
+
opListId: "extended",
|
|
2095
|
+
opTokenId: "FLI"
|
|
2096
|
+
}
|
|
2097
|
+
},
|
|
2086
2098
|
{
|
|
2087
2099
|
chainId: 1,
|
|
2088
2100
|
address: "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
|
|
@@ -7217,7 +7229,7 @@ var tokens = [
|
|
|
7217
7229
|
var version = {
|
|
7218
7230
|
major: 10,
|
|
7219
7231
|
minor: 0,
|
|
7220
|
-
patch:
|
|
7232
|
+
patch: 43
|
|
7221
7233
|
};
|
|
7222
7234
|
var optimism_tokenlist_default = {
|
|
7223
7235
|
name,
|