@eth-optimism/tokenlist 10.0.22 → 10.0.23
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-c982ca94.d.ts → optimism.tokenlist-7c35a9ac.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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 = "2024-04-
|
|
44
|
+
var timestamp = "2024-04-29T18:40:37.375Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1632,6 +1632,7 @@ var tokens = [
|
|
|
1632
1632
|
logoURI: "https://ethereum-optimism.github.io/data/EPOCH/logo.svg",
|
|
1633
1633
|
extensions: {
|
|
1634
1634
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1635
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1635
1636
|
opListId: "extended",
|
|
1636
1637
|
opTokenId: "EPOCH"
|
|
1637
1638
|
}
|
|
@@ -1649,6 +1650,19 @@ var tokens = [
|
|
|
1649
1650
|
opTokenId: "EPOCH"
|
|
1650
1651
|
}
|
|
1651
1652
|
},
|
|
1653
|
+
{
|
|
1654
|
+
chainId: 8453,
|
|
1655
|
+
address: "0x287f0D88e29a3D7AEb4d0c10BAE5B902dB69B17D",
|
|
1656
|
+
name: "Epoch",
|
|
1657
|
+
symbol: "EPOCH",
|
|
1658
|
+
decimals: 18,
|
|
1659
|
+
logoURI: "https://ethereum-optimism.github.io/data/EPOCH/logo.svg",
|
|
1660
|
+
extensions: {
|
|
1661
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1662
|
+
opListId: "extended",
|
|
1663
|
+
opTokenId: "EPOCH"
|
|
1664
|
+
}
|
|
1665
|
+
},
|
|
1652
1666
|
{
|
|
1653
1667
|
chainId: 1,
|
|
1654
1668
|
address: "0xfE80D611c6403f70e5B1b9B722D2B3510B740B2B",
|
|
@@ -6471,7 +6485,7 @@ var tokens = [
|
|
|
6471
6485
|
var version = {
|
|
6472
6486
|
major: 10,
|
|
6473
6487
|
minor: 0,
|
|
6474
|
-
patch:
|
|
6488
|
+
patch: 23
|
|
6475
6489
|
};
|
|
6476
6490
|
var optimism_tokenlist_default = {
|
|
6477
6491
|
name,
|