@eth-optimism/tokenlist 8.3.133 → 8.3.134
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 +50 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-25ae405c.d.ts → optimism.tokenlist-61cc890e.d.ts} +50 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +50 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +50 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-08-
|
|
9
|
+
var timestamp = "2023-08-17T17:04:23.879Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -1396,6 +1396,54 @@ var tokens = [
|
|
|
1396
1396
|
opTokenId: "FOX"
|
|
1397
1397
|
}
|
|
1398
1398
|
},
|
|
1399
|
+
{
|
|
1400
|
+
chainId: 1,
|
|
1401
|
+
address: "0x5Ca135cB8527d76e932f34B5145575F9d8cbE08E",
|
|
1402
|
+
name: "Frax Price Index",
|
|
1403
|
+
symbol: "FPI",
|
|
1404
|
+
decimals: 18,
|
|
1405
|
+
logoURI: "https://ethereum-optimism.github.io/data/FPI/logo.svg",
|
|
1406
|
+
extensions: {
|
|
1407
|
+
opListId: "extended",
|
|
1408
|
+
opTokenId: "FPI"
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
chainId: 10,
|
|
1413
|
+
address: "0xc5d43a94e26fca47a9b21cf547ae4aa0268670e1",
|
|
1414
|
+
name: "Frax Price Index",
|
|
1415
|
+
symbol: "FPI",
|
|
1416
|
+
decimals: 18,
|
|
1417
|
+
logoURI: "https://ethereum-optimism.github.io/data/FPI/logo.svg",
|
|
1418
|
+
extensions: {
|
|
1419
|
+
opListId: "extended",
|
|
1420
|
+
opTokenId: "FPI"
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
chainId: 1,
|
|
1425
|
+
address: "0xc2544A32872A91F4A553b404C6950e89De901fdb",
|
|
1426
|
+
name: "Frax Price Index Share",
|
|
1427
|
+
symbol: "FPIS",
|
|
1428
|
+
decimals: 18,
|
|
1429
|
+
logoURI: "https://ethereum-optimism.github.io/data/FPIS/logo.svg",
|
|
1430
|
+
extensions: {
|
|
1431
|
+
opListId: "extended",
|
|
1432
|
+
opTokenId: "FPIS"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
chainId: 10,
|
|
1437
|
+
address: "0x8368Dca5CE2a4Db530c0F6e535d90B6826428Dee",
|
|
1438
|
+
name: "Frax Price Index Share",
|
|
1439
|
+
symbol: "FPIS",
|
|
1440
|
+
decimals: 18,
|
|
1441
|
+
logoURI: "https://ethereum-optimism.github.io/data/FPIS/logo.svg",
|
|
1442
|
+
extensions: {
|
|
1443
|
+
opListId: "extended",
|
|
1444
|
+
opTokenId: "FPIS"
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1399
1447
|
{
|
|
1400
1448
|
chainId: 1,
|
|
1401
1449
|
address: "0x853d955aCEf822Db058eb8505911ED77F175b99e",
|
|
@@ -4764,7 +4812,7 @@ var tokens = [
|
|
|
4764
4812
|
var version = {
|
|
4765
4813
|
major: 8,
|
|
4766
4814
|
minor: 3,
|
|
4767
|
-
patch:
|
|
4815
|
+
patch: 134
|
|
4768
4816
|
};
|
|
4769
4817
|
var optimism_tokenlist_default = {
|
|
4770
4818
|
name,
|