@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-07-13T18:
|
|
9
|
+
var timestamp = "2023-07-13T18:43:16.721Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -1474,6 +1474,58 @@ var tokens = [
|
|
|
1474
1474
|
opTokenId: "HAN"
|
|
1475
1475
|
}
|
|
1476
1476
|
},
|
|
1477
|
+
{
|
|
1478
|
+
chainId: 1,
|
|
1479
|
+
address: "0x5052fa4a2a147eaAa4c0242e9Cc54a10A4f42070",
|
|
1480
|
+
name: "HANePlatform",
|
|
1481
|
+
symbol: "HANeP",
|
|
1482
|
+
decimals: 18,
|
|
1483
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1484
|
+
extensions: {
|
|
1485
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1486
|
+
opListId: "extended",
|
|
1487
|
+
opTokenId: "HANeP"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
chainId: 10,
|
|
1492
|
+
address: "0xC3248A1bd9D72fa3DA6E6ba701E58CbF818354eB",
|
|
1493
|
+
name: "HANePlatform",
|
|
1494
|
+
symbol: "HANeP",
|
|
1495
|
+
decimals: 18,
|
|
1496
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1497
|
+
extensions: {
|
|
1498
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1499
|
+
opListId: "extended",
|
|
1500
|
+
opTokenId: "HANeP"
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
chainId: 5,
|
|
1505
|
+
address: "0x13Ed63d6387C54352d2F5893821068b6Cd8f8103",
|
|
1506
|
+
name: "HANePlatform",
|
|
1507
|
+
symbol: "HANeP",
|
|
1508
|
+
decimals: 18,
|
|
1509
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1510
|
+
extensions: {
|
|
1511
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
1512
|
+
opListId: "extended",
|
|
1513
|
+
opTokenId: "HANeP"
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
chainId: 420,
|
|
1518
|
+
address: "0xFf733b2A3557a7ed6697007ab5D11B79FdD1b76B",
|
|
1519
|
+
name: "HANePlatform",
|
|
1520
|
+
symbol: "HANeP",
|
|
1521
|
+
decimals: 18,
|
|
1522
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1523
|
+
extensions: {
|
|
1524
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1525
|
+
opListId: "extended",
|
|
1526
|
+
opTokenId: "HANeP"
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1477
1529
|
{
|
|
1478
1530
|
chainId: 1,
|
|
1479
1531
|
address: "0xf2051511B9b121394FA75B8F7d4E7424337af687",
|
|
@@ -3864,7 +3916,7 @@ var tokens = [
|
|
|
3864
3916
|
var version = {
|
|
3865
3917
|
major: 8,
|
|
3866
3918
|
minor: 3,
|
|
3867
|
-
patch:
|
|
3919
|
+
patch: 85
|
|
3868
3920
|
};
|
|
3869
3921
|
var optimism_tokenlist_default = {
|
|
3870
3922
|
name,
|