Skip to content

Commit 570165d

Browse files
committed
Add mainnet details and make dashes non-breaking
The new Arweave wallet was breaking lines because of a dash, so a workaround has been found here and applied to dates to make them ISO. See also: https://stackoverflow.com/a/30311040
1 parent 031055f commit 570165d

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

docs/developer-manual/deployments.md

+17-10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ sidebar_position: 3
44
slug: /deployments
55
---
66

7+
<!-- note:
8+
Use &#x2011; to replace dashes below, e.g. for datetime stamps.
9+
10+
2024-01-01 becomes 2024&#x2011;01&#x2011;01.
11+
-->
12+
713
# Protocol deployments
814

915
The following documents current and historical deployments of the Orcfax
@@ -28,19 +34,19 @@ A summary of mainnet deployments is listed below.
2834

2935
| Status | FSP | FS | Arweave Hash |
3036
|--------|---- |----|--------------|
31-
| TBD | `TBD` | `TBD` | TBD |
37+
| Active | `8793893b5dda6a513ba63c80e9d7b2d4f108060c11979bfc7d863ff0` | `193ee65211bb3b4e0ea5f751f415269355a650e2e3706f625cdf1a4b` | [JPsW_QzlLTrCdK&#x2011;m8iOhSsV8fTiC0vAoxD9SIQUqzLI][arweave-mainnet] |
3238

3339
#### Mainnet detailed overview
3440

3541
A per-FSP breakdown is documented below.
3642

3743
| | Details |
3844
|------------------|---------|
39-
| FSP | - |
40-
| Arweave Hash | - |
41-
| First appearance | - |
42-
| Slot no. | - |
43-
| Block | - |
45+
| FSP | `8793893b5dda6a513ba63c80e9d7b2d4f108060c11979bfc7d863ff0` |
46+
| Arweave Hash | [JPsW_QzlLTrCdK&#x2011;m8iOhSsV8fTiC0vAoxD9SIQUqzLI][arweave-mainnet] |
47+
| First appearance | 2024&#x2011;09&#x2011;09 |
48+
| Slot no. | 10,813,855 |
49+
| Block | `6e4b3a758cfaba8212c4b81f116688b14fc2663833c602fd19d61e3820bb1b01` |
4450
| Last appearance | - |
4551
| Slot no. | - |
4652
| Block | - |
@@ -63,9 +69,9 @@ A per-FSP breakdown is documented below.
6369
|------------------|---------|
6470
| FSP | `0690081bc113f74e04640ea78a87d88abbd2f18831c44c4064524230` |
6571
| Arweave Hash | [6KymaAPWd3JNyMT0B7EPYij4TWxehhMrzRD8qifCSLs][arweave-preview] |
66-
| First appearance | 26.6.2024 |
72+
| First appearance | 2024&#x2011;06&#x2011;26 |
6773
| Slot no. | 52,764,149 |
68-
| Block | `68bcc600c3c3fef8672a1a96e16a813dd02cd33f6b1eb1c8e464b4b0469dc752` |
74+
| Block | `68bcc600c3c3fef8672a1a96e16a813dd02cd33f6b1eb1c8e464b4b0469dc752` |
6975
| Last appearance | - |
7076
| Slot no. | - |
7177
| Block | - |
@@ -90,10 +96,10 @@ listed below.
9096
|------------------|---------|
9197
| Primary Script Hash | [`2cccc05192920ff1eb02bcfa7bb2a1fc5352ce58391d7ba3c66a555b`][cexplorer-primary-script] |
9298
| Arweave Hash | [Our6d4__QbpvIWDz2GTbnKdyunVcrLSA2OfFxJpXdzQ][arweave-mainnet-v0]|
93-
| First appearance | 28.9.2023 |
99+
| First appearance | 2023&#x2011;09&#x2011;28 |
94100
| Slot no. | 104,327,334 |
95101
| Block | `81394cd019daf9d2575b04d902735cbfe5d8b14e33242f6810664b911fe81798` |
96-
| Last appearance | 15.05.2024 |
102+
| Last appearance | 2024&#x2011;05&#x2011;15 |
97103
| Slot no. | 124,222,696 |
98104
| Block | `6212e3e9ac6d969eb6d0d63a865b97c38df8f1ef8220d2340aaa91df25879247` |
99105

@@ -102,6 +108,7 @@ listed below.
102108
[archive-1]: archived-resources#in-use
103109
[consume]: ./consume.md
104110
[coop]: https://github.com/mlabs-haskell/cardano-open-oracle-protocol
111+
[arweave-mainnet]: https://arscan.io/address/JPsW_QzlLTrCdK-m8iOhSsV8fTiC0vAoxD9SIQUqzLI
105112
[arweave-preview]: https://arscan.io/address/6KymaAPWd3JNyMT0B7EPYij4TWxehhMrzRD8qifCSLs
106113
[arweave-mainnet-v0]: https://arscan.io/address/Our6d4__QbpvIWDz2GTbnKdyunVcrLSA2OfFxJpXdzQ
107114
[cexplorer-primary-script]: https://cexplorer.io/policy/2cccc05192920ff1eb02bcfa7bb2a1fc5352ce58391d7ba3c66a555b

0 commit comments

Comments
 (0)