@snapshot-labs/snapshot.js 0.3.53 → 0.3.54
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/snapshot.cjs.js +18 -0
- package/dist/snapshot.esm.js +18 -0
- package/dist/snapshot.min.js +1 -1
- package/package.json +1 -1
- package/src/networks.json +18 -0
package/dist/snapshot.cjs.js
CHANGED
|
@@ -1564,6 +1564,24 @@ var networks = {
|
|
|
1564
1564
|
explorer: "https://testnet.hecoinfo.com",
|
|
1565
1565
|
start: 379560,
|
|
1566
1566
|
imageIPFS: "QmSJEdToMvmjqoPvVq7awwdMeYKhXUYZMBiax9yHtFGMSq"
|
|
1567
|
+
},
|
|
1568
|
+
"269": {
|
|
1569
|
+
key: "269",
|
|
1570
|
+
name: "High Performance Blockchain Mainnet",
|
|
1571
|
+
shortName: "HPB",
|
|
1572
|
+
chainId: 269,
|
|
1573
|
+
network: "mainnet",
|
|
1574
|
+
testnet: false,
|
|
1575
|
+
multicall: "0x67D0f263aef2F6167FA77353695D75b582Ff4Bca",
|
|
1576
|
+
rpc: [
|
|
1577
|
+
"https://hpbnode.com"
|
|
1578
|
+
],
|
|
1579
|
+
ws: [
|
|
1580
|
+
"wss://ws.hpbnode.com"
|
|
1581
|
+
],
|
|
1582
|
+
explorer: "https://hscan.org",
|
|
1583
|
+
start: 13960096,
|
|
1584
|
+
imageIPFS: "QmU7f1MyRz8rLELFfypnWZQjGbDGYgZtC9rjw47jYMYrnu"
|
|
1567
1585
|
},
|
|
1568
1586
|
"288": {
|
|
1569
1587
|
key: "288",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -1555,6 +1555,24 @@ var networks = {
|
|
|
1555
1555
|
explorer: "https://testnet.hecoinfo.com",
|
|
1556
1556
|
start: 379560,
|
|
1557
1557
|
imageIPFS: "QmSJEdToMvmjqoPvVq7awwdMeYKhXUYZMBiax9yHtFGMSq"
|
|
1558
|
+
},
|
|
1559
|
+
"269": {
|
|
1560
|
+
key: "269",
|
|
1561
|
+
name: "High Performance Blockchain Mainnet",
|
|
1562
|
+
shortName: "HPB",
|
|
1563
|
+
chainId: 269,
|
|
1564
|
+
network: "mainnet",
|
|
1565
|
+
testnet: false,
|
|
1566
|
+
multicall: "0x67D0f263aef2F6167FA77353695D75b582Ff4Bca",
|
|
1567
|
+
rpc: [
|
|
1568
|
+
"https://hpbnode.com"
|
|
1569
|
+
],
|
|
1570
|
+
ws: [
|
|
1571
|
+
"wss://ws.hpbnode.com"
|
|
1572
|
+
],
|
|
1573
|
+
explorer: "https://hscan.org",
|
|
1574
|
+
start: 13960096,
|
|
1575
|
+
imageIPFS: "QmU7f1MyRz8rLELFfypnWZQjGbDGYgZtC9rjw47jYMYrnu"
|
|
1558
1576
|
},
|
|
1559
1577
|
"288": {
|
|
1560
1578
|
key: "288",
|