@eth-optimism/tokenlist 10.0.220 → 10.0.222
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 +40 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-5414cc9d.d.ts → optimism.tokenlist-099bdad8.d.ts} +40 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +40 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +40 -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-
|
|
44
|
+
var timestamp = "2025-02-13T21:25:17.458Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -401,6 +401,18 @@ var tokens = [
|
|
|
401
401
|
opTokenId: "AIKEK"
|
|
402
402
|
}
|
|
403
403
|
},
|
|
404
|
+
{
|
|
405
|
+
chainId: 8453,
|
|
406
|
+
address: "0x02D4f76656C2B4f58430e91f8ac74896c9281Cb9",
|
|
407
|
+
name: "Pett AI",
|
|
408
|
+
symbol: "AIP",
|
|
409
|
+
decimals: 18,
|
|
410
|
+
logoURI: "https://ethereum-optimism.github.io/data/AIP/logo.svg",
|
|
411
|
+
extensions: {
|
|
412
|
+
opListId: "extended",
|
|
413
|
+
opTokenId: "AIP"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
404
416
|
{
|
|
405
417
|
chainId: 1,
|
|
406
418
|
address: "0x9a96ec9B57Fb64FbC60B423d1f4da7691Bd35079",
|
|
@@ -3446,6 +3458,32 @@ var tokens = [
|
|
|
3446
3458
|
opTokenId: "FARM"
|
|
3447
3459
|
}
|
|
3448
3460
|
},
|
|
3461
|
+
{
|
|
3462
|
+
chainId: 1,
|
|
3463
|
+
address: "0x88A9A52F944315D5B4e917b9689e65445C401E83",
|
|
3464
|
+
name: "FEAR",
|
|
3465
|
+
symbol: "FEAR",
|
|
3466
|
+
decimals: 18,
|
|
3467
|
+
logoURI: "https://ethereum-optimism.github.io/data/FEAR/logo.svg",
|
|
3468
|
+
extensions: {
|
|
3469
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3470
|
+
opListId: "extended",
|
|
3471
|
+
opTokenId: "FEAR"
|
|
3472
|
+
}
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
chainId: 8453,
|
|
3476
|
+
address: "0x2CcC99A0a27D52F529A541B8A13E2440376ea3B9",
|
|
3477
|
+
name: "FEAR",
|
|
3478
|
+
symbol: "FEAR",
|
|
3479
|
+
decimals: 18,
|
|
3480
|
+
logoURI: "https://ethereum-optimism.github.io/data/FEAR/logo.svg",
|
|
3481
|
+
extensions: {
|
|
3482
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3483
|
+
opListId: "extended",
|
|
3484
|
+
opTokenId: "FEAR"
|
|
3485
|
+
}
|
|
3486
|
+
},
|
|
3449
3487
|
{
|
|
3450
3488
|
chainId: 1,
|
|
3451
3489
|
address: "0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d",
|
|
@@ -12702,7 +12740,7 @@ var tokens = [
|
|
|
12702
12740
|
var version = {
|
|
12703
12741
|
major: 10,
|
|
12704
12742
|
minor: 0,
|
|
12705
|
-
patch:
|
|
12743
|
+
patch: 222
|
|
12706
12744
|
};
|
|
12707
12745
|
var optimism_tokenlist_default = {
|
|
12708
12746
|
name,
|