@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2025-02-
|
|
25
|
+
var timestamp = "2025-02-13T21:25:17.458Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -382,6 +382,18 @@ var tokens = [
|
|
|
382
382
|
opTokenId: "AIKEK"
|
|
383
383
|
}
|
|
384
384
|
},
|
|
385
|
+
{
|
|
386
|
+
chainId: 8453,
|
|
387
|
+
address: "0x02D4f76656C2B4f58430e91f8ac74896c9281Cb9",
|
|
388
|
+
name: "Pett AI",
|
|
389
|
+
symbol: "AIP",
|
|
390
|
+
decimals: 18,
|
|
391
|
+
logoURI: "https://ethereum-optimism.github.io/data/AIP/logo.svg",
|
|
392
|
+
extensions: {
|
|
393
|
+
opListId: "extended",
|
|
394
|
+
opTokenId: "AIP"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
385
397
|
{
|
|
386
398
|
chainId: 1,
|
|
387
399
|
address: "0x9a96ec9B57Fb64FbC60B423d1f4da7691Bd35079",
|
|
@@ -3427,6 +3439,32 @@ var tokens = [
|
|
|
3427
3439
|
opTokenId: "FARM"
|
|
3428
3440
|
}
|
|
3429
3441
|
},
|
|
3442
|
+
{
|
|
3443
|
+
chainId: 1,
|
|
3444
|
+
address: "0x88A9A52F944315D5B4e917b9689e65445C401E83",
|
|
3445
|
+
name: "FEAR",
|
|
3446
|
+
symbol: "FEAR",
|
|
3447
|
+
decimals: 18,
|
|
3448
|
+
logoURI: "https://ethereum-optimism.github.io/data/FEAR/logo.svg",
|
|
3449
|
+
extensions: {
|
|
3450
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3451
|
+
opListId: "extended",
|
|
3452
|
+
opTokenId: "FEAR"
|
|
3453
|
+
}
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
chainId: 8453,
|
|
3457
|
+
address: "0x2CcC99A0a27D52F529A541B8A13E2440376ea3B9",
|
|
3458
|
+
name: "FEAR",
|
|
3459
|
+
symbol: "FEAR",
|
|
3460
|
+
decimals: 18,
|
|
3461
|
+
logoURI: "https://ethereum-optimism.github.io/data/FEAR/logo.svg",
|
|
3462
|
+
extensions: {
|
|
3463
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3464
|
+
opListId: "extended",
|
|
3465
|
+
opTokenId: "FEAR"
|
|
3466
|
+
}
|
|
3467
|
+
},
|
|
3430
3468
|
{
|
|
3431
3469
|
chainId: 1,
|
|
3432
3470
|
address: "0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d",
|
|
@@ -12683,7 +12721,7 @@ var tokens = [
|
|
|
12683
12721
|
var version = {
|
|
12684
12722
|
major: 10,
|
|
12685
12723
|
minor: 0,
|
|
12686
|
-
patch:
|
|
12724
|
+
patch: 222
|
|
12687
12725
|
};
|
|
12688
12726
|
var optimism_tokenlist_default = {
|
|
12689
12727
|
name,
|