Skip to content

Commit 20ec06c

Browse files
authored
Update chain ID examples (#125)
2 parents c4305e9 + 8b523dc commit 20ec06c

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

bip122/caip2.md

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
namespace-identifier: bip122-caip2
33
title: BIP122 Namespace - Chains
4-
author: Simon Warta (@webmaster128), ligi <[email protected]>, Pedro Gomes (@pedrouid)
4+
author: Simon Warta (@webmaster128), ligi <[email protected]>, Pedro Gomes (@pedrouid), RareData (@RareData)
55
discussions-to: https://github.com/ChainAgnostic/namespaces/pulls/3
66
status: Draft
77
type: Standard
88
created: 2019-12-05
9-
updated: 2022-03-27
9+
updated: 2024-08-17
1010
requires: CAIP-2
1111
replaces: CAIP-4
1212
---
@@ -57,14 +57,26 @@ compatible with the reference syntax defined above.
5757
This is a list of manually composed examples:
5858

5959
```
60-
# Bitcoin mainnet (see [chain ID section of BIP122](https://github.com/bitcoin/bips/blob/master/bip-0122.mediawiki#definition-of-chain-id))
60+
# Bitcoin mainnet (see https://github.com/bitcoin/bips/blob/master/bip-0122.mediawiki#definition-of-chain-id)
6161
bip122:000000000019d6689c085ae165831e93
6262
63-
# Litecoin
63+
# Bitcoin Cash mainnet (forked from Bitcoin mainnet, the first Bitcoin Cash block is 478559)
64+
bip122:000000000000000000651ef99cb9fcbe
65+
66+
# Litecoin mainnet
6467
bip122:12a765e31ffd4059bada1e25190f6e98
6568
66-
# Feathercoin (Litecoin fork)
67-
bip122:fdbe99b90c90bae7505796461471d89a
69+
# Dogecoin mainnet
70+
bip122:1a91e3dace36e2be3bf030a65679fe821
71+
72+
# Bitcoin testnet
73+
bip122:000000000933ea01ad0ee984209779ba
74+
75+
# Litecoin testnet
76+
bip122:4966625a4b2851d9fdee139e56211a0d
77+
78+
# Dogecoin testnet
79+
bip122:bb0a78264637406b6360aad926284d54
6880
```
6981

7082
## References
@@ -84,4 +96,4 @@ bip122:fdbe99b90c90bae7505796461471d89a
8496

8597
## Rights
8698

87-
Copyright and related rights waived via CC0.
99+
Copyright and related rights waived via CC0.

0 commit comments

Comments
 (0)