@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
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 = "2023-08-
|
|
44
|
+
var timestamp = "2023-08-17T17:04:23.879Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1431,6 +1431,54 @@ var tokens = [
|
|
|
1431
1431
|
opTokenId: "FOX"
|
|
1432
1432
|
}
|
|
1433
1433
|
},
|
|
1434
|
+
{
|
|
1435
|
+
chainId: 1,
|
|
1436
|
+
address: "0x5Ca135cB8527d76e932f34B5145575F9d8cbE08E",
|
|
1437
|
+
name: "Frax Price Index",
|
|
1438
|
+
symbol: "FPI",
|
|
1439
|
+
decimals: 18,
|
|
1440
|
+
logoURI: "https://ethereum-optimism.github.io/data/FPI/logo.svg",
|
|
1441
|
+
extensions: {
|
|
1442
|
+
opListId: "extended",
|
|
1443
|
+
opTokenId: "FPI"
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
chainId: 10,
|
|
1448
|
+
address: "0xc5d43a94e26fca47a9b21cf547ae4aa0268670e1",
|
|
1449
|
+
name: "Frax Price Index",
|
|
1450
|
+
symbol: "FPI",
|
|
1451
|
+
decimals: 18,
|
|
1452
|
+
logoURI: "https://ethereum-optimism.github.io/data/FPI/logo.svg",
|
|
1453
|
+
extensions: {
|
|
1454
|
+
opListId: "extended",
|
|
1455
|
+
opTokenId: "FPI"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
chainId: 1,
|
|
1460
|
+
address: "0xc2544A32872A91F4A553b404C6950e89De901fdb",
|
|
1461
|
+
name: "Frax Price Index Share",
|
|
1462
|
+
symbol: "FPIS",
|
|
1463
|
+
decimals: 18,
|
|
1464
|
+
logoURI: "https://ethereum-optimism.github.io/data/FPIS/logo.svg",
|
|
1465
|
+
extensions: {
|
|
1466
|
+
opListId: "extended",
|
|
1467
|
+
opTokenId: "FPIS"
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
chainId: 10,
|
|
1472
|
+
address: "0x8368Dca5CE2a4Db530c0F6e535d90B6826428Dee",
|
|
1473
|
+
name: "Frax Price Index Share",
|
|
1474
|
+
symbol: "FPIS",
|
|
1475
|
+
decimals: 18,
|
|
1476
|
+
logoURI: "https://ethereum-optimism.github.io/data/FPIS/logo.svg",
|
|
1477
|
+
extensions: {
|
|
1478
|
+
opListId: "extended",
|
|
1479
|
+
opTokenId: "FPIS"
|
|
1480
|
+
}
|
|
1481
|
+
},
|
|
1434
1482
|
{
|
|
1435
1483
|
chainId: 1,
|
|
1436
1484
|
address: "0x853d955aCEf822Db058eb8505911ED77F175b99e",
|
|
@@ -4799,7 +4847,7 @@ var tokens = [
|
|
|
4799
4847
|
var version = {
|
|
4800
4848
|
major: 8,
|
|
4801
4849
|
minor: 3,
|
|
4802
|
-
patch:
|
|
4850
|
+
patch: 134
|
|
4803
4851
|
};
|
|
4804
4852
|
var optimism_tokenlist_default = {
|
|
4805
4853
|
name,
|