@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2025-02-13T21:
|
|
25
|
+
var timestamp = "2025-02-13T21:53:32.981Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3531,6 +3531,32 @@ var tokens = [
|
|
|
3531
3531
|
opTokenId: "FLASH"
|
|
3532
3532
|
}
|
|
3533
3533
|
},
|
|
3534
|
+
{
|
|
3535
|
+
chainId: 1,
|
|
3536
|
+
address: "0xF1A7000000950C7ad8Aff13118Bb7aB561A448ee",
|
|
3537
|
+
name: "Flayer",
|
|
3538
|
+
symbol: "FLAY",
|
|
3539
|
+
decimals: 18,
|
|
3540
|
+
logoURI: "https://ethereum-optimism.github.io/data/FLAY/logo.svg",
|
|
3541
|
+
extensions: {
|
|
3542
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3543
|
+
opListId: "extended",
|
|
3544
|
+
opTokenId: "FLAY"
|
|
3545
|
+
}
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
chainId: 8453,
|
|
3549
|
+
address: "0xF1A7000000950C7ad8Aff13118Bb7aB561A448ee",
|
|
3550
|
+
name: "Flayer",
|
|
3551
|
+
symbol: "FLAY",
|
|
3552
|
+
decimals: 18,
|
|
3553
|
+
logoURI: "https://ethereum-optimism.github.io/data/FLAY/logo.svg",
|
|
3554
|
+
extensions: {
|
|
3555
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3556
|
+
opListId: "extended",
|
|
3557
|
+
opTokenId: "FLAY"
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3534
3560
|
{
|
|
3535
3561
|
chainId: 8453,
|
|
3536
3562
|
address: "0x076Bf099C7aaBd0BC9bC37930113428906F51d89",
|
|
@@ -12721,7 +12747,7 @@ var tokens = [
|
|
|
12721
12747
|
var version = {
|
|
12722
12748
|
major: 10,
|
|
12723
12749
|
minor: 0,
|
|
12724
|
-
patch:
|
|
12750
|
+
patch: 223
|
|
12725
12751
|
};
|
|
12726
12752
|
var optimism_tokenlist_default = {
|
|
12727
12753
|
name,
|