@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-
|
|
25
|
+
var timestamp = "2024-05-02T15:25:14.133Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2064,6 +2064,18 @@ var tokens = [
|
|
|
2064
2064
|
opTokenId: "FLASH"
|
|
2065
2065
|
}
|
|
2066
2066
|
},
|
|
2067
|
+
{
|
|
2068
|
+
chainId: 8453,
|
|
2069
|
+
address: "0x076Bf099C7aaBd0BC9bC37930113428906F51d89",
|
|
2070
|
+
name: "DEFLI",
|
|
2071
|
+
symbol: "FLI",
|
|
2072
|
+
decimals: 18,
|
|
2073
|
+
logoURI: "https://ethereum-optimism.github.io/data/FLI/logo.svg",
|
|
2074
|
+
extensions: {
|
|
2075
|
+
opListId: "extended",
|
|
2076
|
+
opTokenId: "FLI"
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2067
2079
|
{
|
|
2068
2080
|
chainId: 1,
|
|
2069
2081
|
address: "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
|
|
@@ -7198,7 +7210,7 @@ var tokens = [
|
|
|
7198
7210
|
var version = {
|
|
7199
7211
|
major: 10,
|
|
7200
7212
|
minor: 0,
|
|
7201
|
-
patch:
|
|
7213
|
+
patch: 43
|
|
7202
7214
|
};
|
|
7203
7215
|
var optimism_tokenlist_default = {
|
|
7204
7216
|
name,
|