@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-07-13T18:
|
|
25
|
+
var timestamp = "2023-07-13T18:43:16.721Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1490,6 +1490,58 @@ var tokens = [
|
|
|
1490
1490
|
opTokenId: "HAN"
|
|
1491
1491
|
}
|
|
1492
1492
|
},
|
|
1493
|
+
{
|
|
1494
|
+
chainId: 1,
|
|
1495
|
+
address: "0x5052fa4a2a147eaAa4c0242e9Cc54a10A4f42070",
|
|
1496
|
+
name: "HANePlatform",
|
|
1497
|
+
symbol: "HANeP",
|
|
1498
|
+
decimals: 18,
|
|
1499
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1500
|
+
extensions: {
|
|
1501
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1502
|
+
opListId: "extended",
|
|
1503
|
+
opTokenId: "HANeP"
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
chainId: 10,
|
|
1508
|
+
address: "0xC3248A1bd9D72fa3DA6E6ba701E58CbF818354eB",
|
|
1509
|
+
name: "HANePlatform",
|
|
1510
|
+
symbol: "HANeP",
|
|
1511
|
+
decimals: 18,
|
|
1512
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1513
|
+
extensions: {
|
|
1514
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1515
|
+
opListId: "extended",
|
|
1516
|
+
opTokenId: "HANeP"
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
chainId: 5,
|
|
1521
|
+
address: "0x13Ed63d6387C54352d2F5893821068b6Cd8f8103",
|
|
1522
|
+
name: "HANePlatform",
|
|
1523
|
+
symbol: "HANeP",
|
|
1524
|
+
decimals: 18,
|
|
1525
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1526
|
+
extensions: {
|
|
1527
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
1528
|
+
opListId: "extended",
|
|
1529
|
+
opTokenId: "HANeP"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
chainId: 420,
|
|
1534
|
+
address: "0xFf733b2A3557a7ed6697007ab5D11B79FdD1b76B",
|
|
1535
|
+
name: "HANePlatform",
|
|
1536
|
+
symbol: "HANeP",
|
|
1537
|
+
decimals: 18,
|
|
1538
|
+
logoURI: "https://ethereum-optimism.github.io/data/HANeP/logo.svg",
|
|
1539
|
+
extensions: {
|
|
1540
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1541
|
+
opListId: "extended",
|
|
1542
|
+
opTokenId: "HANeP"
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1493
1545
|
{
|
|
1494
1546
|
chainId: 1,
|
|
1495
1547
|
address: "0xf2051511B9b121394FA75B8F7d4E7424337af687",
|
|
@@ -3880,7 +3932,7 @@ var tokens = [
|
|
|
3880
3932
|
var version = {
|
|
3881
3933
|
major: 8,
|
|
3882
3934
|
minor: 3,
|
|
3883
|
-
patch:
|
|
3935
|
+
patch: 85
|
|
3884
3936
|
};
|
|
3885
3937
|
var optimism_tokenlist_default = {
|
|
3886
3938
|
name,
|