@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-04-
|
|
25
|
+
var timestamp = "2024-04-29T18:40:37.375Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1613,6 +1613,7 @@ var tokens = [
|
|
|
1613
1613
|
logoURI: "https://ethereum-optimism.github.io/data/EPOCH/logo.svg",
|
|
1614
1614
|
extensions: {
|
|
1615
1615
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1616
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1616
1617
|
opListId: "extended",
|
|
1617
1618
|
opTokenId: "EPOCH"
|
|
1618
1619
|
}
|
|
@@ -1630,6 +1631,19 @@ var tokens = [
|
|
|
1630
1631
|
opTokenId: "EPOCH"
|
|
1631
1632
|
}
|
|
1632
1633
|
},
|
|
1634
|
+
{
|
|
1635
|
+
chainId: 8453,
|
|
1636
|
+
address: "0x287f0D88e29a3D7AEb4d0c10BAE5B902dB69B17D",
|
|
1637
|
+
name: "Epoch",
|
|
1638
|
+
symbol: "EPOCH",
|
|
1639
|
+
decimals: 18,
|
|
1640
|
+
logoURI: "https://ethereum-optimism.github.io/data/EPOCH/logo.svg",
|
|
1641
|
+
extensions: {
|
|
1642
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1643
|
+
opListId: "extended",
|
|
1644
|
+
opTokenId: "EPOCH"
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1633
1647
|
{
|
|
1634
1648
|
chainId: 1,
|
|
1635
1649
|
address: "0xfE80D611c6403f70e5B1b9B722D2B3510B740B2B",
|
|
@@ -6452,7 +6466,7 @@ var tokens = [
|
|
|
6452
6466
|
var version = {
|
|
6453
6467
|
major: 10,
|
|
6454
6468
|
minor: 0,
|
|
6455
|
-
patch:
|
|
6469
|
+
patch: 23
|
|
6456
6470
|
};
|
|
6457
6471
|
var optimism_tokenlist_default = {
|
|
6458
6472
|
name,
|