@eth-optimism/tokenlist 10.0.222 → 10.0.223
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-099bdad8.d.ts → optimism.tokenlist-2637e39f.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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 = "2025-02-13T21:
|
|
44
|
+
var timestamp = "2025-02-13T21:53:32.981Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3550,6 +3550,32 @@ var tokens = [
|
|
|
3550
3550
|
opTokenId: "FLASH"
|
|
3551
3551
|
}
|
|
3552
3552
|
},
|
|
3553
|
+
{
|
|
3554
|
+
chainId: 1,
|
|
3555
|
+
address: "0xF1A7000000950C7ad8Aff13118Bb7aB561A448ee",
|
|
3556
|
+
name: "Flayer",
|
|
3557
|
+
symbol: "FLAY",
|
|
3558
|
+
decimals: 18,
|
|
3559
|
+
logoURI: "https://ethereum-optimism.github.io/data/FLAY/logo.svg",
|
|
3560
|
+
extensions: {
|
|
3561
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3562
|
+
opListId: "extended",
|
|
3563
|
+
opTokenId: "FLAY"
|
|
3564
|
+
}
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
chainId: 8453,
|
|
3568
|
+
address: "0xF1A7000000950C7ad8Aff13118Bb7aB561A448ee",
|
|
3569
|
+
name: "Flayer",
|
|
3570
|
+
symbol: "FLAY",
|
|
3571
|
+
decimals: 18,
|
|
3572
|
+
logoURI: "https://ethereum-optimism.github.io/data/FLAY/logo.svg",
|
|
3573
|
+
extensions: {
|
|
3574
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3575
|
+
opListId: "extended",
|
|
3576
|
+
opTokenId: "FLAY"
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3553
3579
|
{
|
|
3554
3580
|
chainId: 8453,
|
|
3555
3581
|
address: "0x076Bf099C7aaBd0BC9bC37930113428906F51d89",
|
|
@@ -12740,7 +12766,7 @@ var tokens = [
|
|
|
12740
12766
|
var version = {
|
|
12741
12767
|
major: 10,
|
|
12742
12768
|
minor: 0,
|
|
12743
|
-
patch:
|
|
12769
|
+
patch: 223
|
|
12744
12770
|
};
|
|
12745
12771
|
var optimism_tokenlist_default = {
|
|
12746
12772
|
name,
|