@hyperlane-xyz/registry 7.3.0 → 7.4.0
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/chainMetadata.js +39 -0
- package/dist/chains/chronicleyellowstone/index.d.ts +1 -0
- package/dist/chains/chronicleyellowstone/index.js +1 -0
- package/dist/chains/chronicleyellowstone/logo.svg +1 -0
- package/dist/chains/chronicleyellowstone/metadata.d.ts +2 -0
- package/dist/chains/chronicleyellowstone/metadata.js +39 -0
- package/dist/chains/chronicleyellowstone/metadata.json +39 -0
- package/dist/chains/chronicleyellowstone/metadata.yaml +28 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/chainMetadata.js
CHANGED
|
@@ -1680,6 +1680,45 @@ export const chainMetadata = {
|
|
|
1680
1680
|
"maxPriorityFeePerGas": 1000000000
|
|
1681
1681
|
}
|
|
1682
1682
|
},
|
|
1683
|
+
"chronicleyellowstone": {
|
|
1684
|
+
"blockExplorers": [
|
|
1685
|
+
{
|
|
1686
|
+
"apiUrl": "https://yellowstone-explorer.litprotocol.com/api",
|
|
1687
|
+
"family": "blockscout",
|
|
1688
|
+
"name": "Yellowstone Explorer",
|
|
1689
|
+
"url": "https://yellowstone-explorer.litprotocol.com"
|
|
1690
|
+
}
|
|
1691
|
+
],
|
|
1692
|
+
"blocks": {
|
|
1693
|
+
"confirmations": 1,
|
|
1694
|
+
"estimateBlockTime": 1,
|
|
1695
|
+
"reorgPeriod": 0
|
|
1696
|
+
},
|
|
1697
|
+
"chainId": 175188,
|
|
1698
|
+
"deployer": {
|
|
1699
|
+
"name": "Abacus Works",
|
|
1700
|
+
"url": "https://www.hyperlane.xyz"
|
|
1701
|
+
},
|
|
1702
|
+
"displayName": "Chronicle Yellowstone",
|
|
1703
|
+
"domainId": 175188,
|
|
1704
|
+
"index": {
|
|
1705
|
+
"from": 2339059
|
|
1706
|
+
},
|
|
1707
|
+
"isTestnet": true,
|
|
1708
|
+
"name": "chronicleyellowstone",
|
|
1709
|
+
"nativeToken": {
|
|
1710
|
+
"decimals": 18,
|
|
1711
|
+
"name": "Test LPX",
|
|
1712
|
+
"symbol": "tstLPX"
|
|
1713
|
+
},
|
|
1714
|
+
"protocol": "ethereum",
|
|
1715
|
+
"rpcUrls": [
|
|
1716
|
+
{
|
|
1717
|
+
"http": "https://yellowstone-rpc.litprotocol.com"
|
|
1718
|
+
}
|
|
1719
|
+
],
|
|
1720
|
+
"technicalStack": "arbitrumnitro"
|
|
1721
|
+
},
|
|
1683
1722
|
"citreatestnet": {
|
|
1684
1723
|
"blockExplorers": [
|
|
1685
1724
|
{
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { metadata } from './metadata.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { metadata } from './metadata.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1080" height="1080" fill="none" viewBox="0 0 1080 1080"><path fill="#000" d="M363.076 392.227s-.977 18.524-36.874 78.947c-41.576 70.018-45.481 151.978-3.017 220.4 89.521 144.245 332.481 141.52 422.556.089 34.832-54.707 44.816-117.479 32.924-181.248 0 0-28.819-133.144-127.237-217.099 1.553 1.308 5.369 19.122 6.101 26.722 2.241 23.354.045 47.838-7.787 70.062-5.746 16.33-13.711 30.467-27.178 41.368 0-3.811-.954-10.635-.976-12.918-.644-46.508-18.659-89.582-48.011-125.743-25.647-31.552-60.812-53.089-97.84-68.932.931 3.191 2.662 16.419 2.906 19.033 1.908 21.958 2.263 52.713-.621 74.649s-7.832 33.878-14.554 54.441c-10.184 31.175-24.05 54.285-41.621 82.004-3.24 5.096-12.913 19.078-18.082 26.146 0 0-8.897-56.191-40.667-87.921z"/><path stroke="#000" stroke-width="24.75" d="m562.5 27.28 410.279 236.874a45 45 0 0 1 22.5 38.971v473.75a45 45 0 0 1-22.5 38.971L562.5 1052.72a44.99 44.99 0 0 1-45 0L107.221 815.846a45 45 0 0 1-22.5-38.971v-473.75a45 45 0 0 1 22.5-38.971L517.5 27.28a45 45 0 0 1 45 0Z"/></svg>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"blockExplorers": [
|
|
3
|
+
{
|
|
4
|
+
"apiUrl": "https://yellowstone-explorer.litprotocol.com/api",
|
|
5
|
+
"family": "blockscout",
|
|
6
|
+
"name": "Yellowstone Explorer",
|
|
7
|
+
"url": "https://yellowstone-explorer.litprotocol.com"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"blocks": {
|
|
11
|
+
"confirmations": 1,
|
|
12
|
+
"estimateBlockTime": 1,
|
|
13
|
+
"reorgPeriod": 0
|
|
14
|
+
},
|
|
15
|
+
"chainId": 175188,
|
|
16
|
+
"deployer": {
|
|
17
|
+
"name": "Abacus Works",
|
|
18
|
+
"url": "https://www.hyperlane.xyz"
|
|
19
|
+
},
|
|
20
|
+
"displayName": "Chronicle Yellowstone",
|
|
21
|
+
"domainId": 175188,
|
|
22
|
+
"index": {
|
|
23
|
+
"from": 2339059
|
|
24
|
+
},
|
|
25
|
+
"isTestnet": true,
|
|
26
|
+
"name": "chronicleyellowstone",
|
|
27
|
+
"nativeToken": {
|
|
28
|
+
"decimals": 18,
|
|
29
|
+
"name": "Test LPX",
|
|
30
|
+
"symbol": "tstLPX"
|
|
31
|
+
},
|
|
32
|
+
"protocol": "ethereum",
|
|
33
|
+
"rpcUrls": [
|
|
34
|
+
{
|
|
35
|
+
"http": "https://yellowstone-rpc.litprotocol.com"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"technicalStack": "arbitrumnitro"
|
|
39
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"blockExplorers": [
|
|
3
|
+
{
|
|
4
|
+
"apiUrl": "https://yellowstone-explorer.litprotocol.com/api",
|
|
5
|
+
"family": "blockscout",
|
|
6
|
+
"name": "Yellowstone Explorer",
|
|
7
|
+
"url": "https://yellowstone-explorer.litprotocol.com"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"blocks": {
|
|
11
|
+
"confirmations": 1,
|
|
12
|
+
"estimateBlockTime": 1,
|
|
13
|
+
"reorgPeriod": 0
|
|
14
|
+
},
|
|
15
|
+
"chainId": 175188,
|
|
16
|
+
"deployer": {
|
|
17
|
+
"name": "Abacus Works",
|
|
18
|
+
"url": "https://www.hyperlane.xyz"
|
|
19
|
+
},
|
|
20
|
+
"displayName": "Chronicle Yellowstone",
|
|
21
|
+
"domainId": 175188,
|
|
22
|
+
"index": {
|
|
23
|
+
"from": 2339059
|
|
24
|
+
},
|
|
25
|
+
"isTestnet": true,
|
|
26
|
+
"name": "chronicleyellowstone",
|
|
27
|
+
"nativeToken": {
|
|
28
|
+
"decimals": 18,
|
|
29
|
+
"name": "Test LPX",
|
|
30
|
+
"symbol": "tstLPX"
|
|
31
|
+
},
|
|
32
|
+
"protocol": "ethereum",
|
|
33
|
+
"rpcUrls": [
|
|
34
|
+
{
|
|
35
|
+
"http": "https://yellowstone-rpc.litprotocol.com"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"technicalStack": "arbitrumnitro"
|
|
39
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
|
+
blockExplorers:
|
|
3
|
+
- apiUrl: https://yellowstone-explorer.litprotocol.com/api
|
|
4
|
+
family: blockscout
|
|
5
|
+
name: Yellowstone Explorer
|
|
6
|
+
url: https://yellowstone-explorer.litprotocol.com
|
|
7
|
+
blocks:
|
|
8
|
+
confirmations: 1
|
|
9
|
+
estimateBlockTime: 1
|
|
10
|
+
reorgPeriod: 0
|
|
11
|
+
chainId: 175188
|
|
12
|
+
deployer:
|
|
13
|
+
name: Abacus Works
|
|
14
|
+
url: https://www.hyperlane.xyz
|
|
15
|
+
displayName: Chronicle Yellowstone
|
|
16
|
+
domainId: 175188
|
|
17
|
+
index:
|
|
18
|
+
from: 2339059
|
|
19
|
+
isTestnet: true
|
|
20
|
+
name: chronicleyellowstone
|
|
21
|
+
nativeToken:
|
|
22
|
+
decimals: 18
|
|
23
|
+
name: Test LPX
|
|
24
|
+
symbol: tstLPX
|
|
25
|
+
protocol: ethereum
|
|
26
|
+
rpcUrls:
|
|
27
|
+
- http: https://yellowstone-rpc.litprotocol.com
|
|
28
|
+
technicalStack: arbitrumnitro
|
package/dist/index.d.ts
CHANGED
|
@@ -93,6 +93,7 @@ export { metadata as cheesechain } from './chains/cheesechain/metadata.js';
|
|
|
93
93
|
export { addresses as cheesechainAddresses } from './chains/cheesechain/addresses.js';
|
|
94
94
|
export { metadata as chilizmainnet } from './chains/chilizmainnet/metadata.js';
|
|
95
95
|
export { addresses as chilizmainnetAddresses } from './chains/chilizmainnet/addresses.js';
|
|
96
|
+
export { metadata as chronicleyellowstone } from './chains/chronicleyellowstone/metadata.js';
|
|
96
97
|
export { metadata as citreatestnet } from './chains/citreatestnet/metadata.js';
|
|
97
98
|
export { addresses as citreatestnetAddresses } from './chains/citreatestnet/addresses.js';
|
|
98
99
|
export { metadata as clique } from './chains/clique/metadata.js';
|
package/dist/index.js
CHANGED
|
@@ -93,6 +93,7 @@ export { metadata as cheesechain } from './chains/cheesechain/metadata.js';
|
|
|
93
93
|
export { addresses as cheesechainAddresses } from './chains/cheesechain/addresses.js';
|
|
94
94
|
export { metadata as chilizmainnet } from './chains/chilizmainnet/metadata.js';
|
|
95
95
|
export { addresses as chilizmainnetAddresses } from './chains/chilizmainnet/addresses.js';
|
|
96
|
+
export { metadata as chronicleyellowstone } from './chains/chronicleyellowstone/metadata.js';
|
|
96
97
|
export { metadata as citreatestnet } from './chains/citreatestnet/metadata.js';
|
|
97
98
|
export { addresses as citreatestnetAddresses } from './chains/citreatestnet/addresses.js';
|
|
98
99
|
export { metadata as clique } from './chains/clique/metadata.js';
|