@eth-optimism/tokenlist 9.0.18 → 9.0.19
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 +38 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +38 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-ee192612.d.ts → optimism.tokenlist-68874fe5.d.ts} +38 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +38 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +38 -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-12-
|
|
44
|
+
var timestamp = "2023-12-18T20:43:30.905Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1466,6 +1466,42 @@ var tokens = [
|
|
|
1466
1466
|
opTokenId: "DOLA"
|
|
1467
1467
|
}
|
|
1468
1468
|
},
|
|
1469
|
+
{
|
|
1470
|
+
chainId: 1,
|
|
1471
|
+
address: "0xe1eb70B51C87e927d1a823Dbd478C27AB0F777F1",
|
|
1472
|
+
name: "DRODEC",
|
|
1473
|
+
symbol: "DRODEC",
|
|
1474
|
+
decimals: 18,
|
|
1475
|
+
logoURI: "https://ethereum-optimism.github.io/data/DRODEC/logo.svg",
|
|
1476
|
+
extensions: {
|
|
1477
|
+
opListId: "extended",
|
|
1478
|
+
opTokenId: "DRODEC"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
chainId: 10,
|
|
1483
|
+
address: "0x05c87b79844227a4d95171E9969da3DD7d65914e",
|
|
1484
|
+
name: "DRODEC",
|
|
1485
|
+
symbol: "DRODEC",
|
|
1486
|
+
decimals: 18,
|
|
1487
|
+
logoURI: "https://ethereum-optimism.github.io/data/DRODEC/logo.svg",
|
|
1488
|
+
extensions: {
|
|
1489
|
+
opListId: "extended",
|
|
1490
|
+
opTokenId: "DRODEC"
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
chainId: 8453,
|
|
1495
|
+
address: "0x5a01bdaa010938eb7615c63cb22cf3e94e8505df",
|
|
1496
|
+
name: "DRODEC",
|
|
1497
|
+
symbol: "DRODEC",
|
|
1498
|
+
decimals: 18,
|
|
1499
|
+
logoURI: "https://ethereum-optimism.github.io/data/DRODEC/logo.svg",
|
|
1500
|
+
extensions: {
|
|
1501
|
+
opListId: "extended",
|
|
1502
|
+
opTokenId: "DRODEC"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1469
1505
|
{
|
|
1470
1506
|
chainId: 1,
|
|
1471
1507
|
address: "0x92E187a03B6CD19CB6AF293ba17F2745Fd2357D5",
|
|
@@ -6476,7 +6512,7 @@ var tokens = [
|
|
|
6476
6512
|
var version = {
|
|
6477
6513
|
major: 9,
|
|
6478
6514
|
minor: 0,
|
|
6479
|
-
patch:
|
|
6515
|
+
patch: 19
|
|
6480
6516
|
};
|
|
6481
6517
|
var optimism_tokenlist_default = {
|
|
6482
6518
|
name,
|