@eth-optimism/tokenlist 8.3.84 → 8.3.85
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-dd932fcd.d.ts → optimism.tokenlist-2405c2ab.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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-07-13T18:
|
|
44
|
+
var timestamp = "2023-07-13T18:43:16.721Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1509,6 +1509,58 @@ var tokens = [
|
|
|
1509
1509
|
opTokenId: "HAN"
|
|
1510
1510
|
}
|
|
1511
1511
|
},
|
|
1512
|
+
{
|
|
1513
|
+
chainId: 1,
|
|
1514
|
+
address: "0x5052fa4a2a147eaAa4c0242e9Cc54a10A4f42070",
|
|
1515
|
+
name: "HANePlatform",
|
|
1516
|
+
symbol: "HANeP",
|
|
1517
|
+
decimals: 18,
|
|
1518
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1519
|
+
extensions: {
|
|
1520
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1521
|
+
opListId: "extended",
|
|
1522
|
+
opTokenId: "HANeP"
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
chainId: 10,
|
|
1527
|
+
address: "0xC3248A1bd9D72fa3DA6E6ba701E58CbF818354eB",
|
|
1528
|
+
name: "HANePlatform",
|
|
1529
|
+
symbol: "HANeP",
|
|
1530
|
+
decimals: 18,
|
|
1531
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1532
|
+
extensions: {
|
|
1533
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1534
|
+
opListId: "extended",
|
|
1535
|
+
opTokenId: "HANeP"
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
chainId: 5,
|
|
1540
|
+
address: "0x13Ed63d6387C54352d2F5893821068b6Cd8f8103",
|
|
1541
|
+
name: "HANePlatform",
|
|
1542
|
+
symbol: "HANeP",
|
|
1543
|
+
decimals: 18,
|
|
1544
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1545
|
+
extensions: {
|
|
1546
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
1547
|
+
opListId: "extended",
|
|
1548
|
+
opTokenId: "HANeP"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
chainId: 420,
|
|
1553
|
+
address: "0xFf733b2A3557a7ed6697007ab5D11B79FdD1b76B",
|
|
1554
|
+
name: "HANePlatform",
|
|
1555
|
+
symbol: "HANeP",
|
|
1556
|
+
decimals: 18,
|
|
1557
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1558
|
+
extensions: {
|
|
1559
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1560
|
+
opListId: "extended",
|
|
1561
|
+
opTokenId: "HANeP"
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1512
1564
|
{
|
|
1513
1565
|
chainId: 1,
|
|
1514
1566
|
address: "0xf2051511B9b121394FA75B8F7d4E7424337af687",
|
|
@@ -3899,7 +3951,7 @@ var tokens = [
|
|
|
3899
3951
|
var version = {
|
|
3900
3952
|
major: 8,
|
|
3901
3953
|
minor: 3,
|
|
3902
|
-
patch:
|
|
3954
|
+
patch: 85
|
|
3903
3955
|
};
|
|
3904
3956
|
var optimism_tokenlist_default = {
|
|
3905
3957
|
name,
|