Skip to content

Commit

Permalink
Update chain ID examples (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblefudge authored Aug 19, 2024
2 parents c4305e9 + 8b523dc commit 20ec06c
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions bip122/caip2.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
namespace-identifier: bip122-caip2
title: BIP122 Namespace - Chains
author: Simon Warta (@webmaster128), ligi <[email protected]>, Pedro Gomes (@pedrouid)
author: Simon Warta (@webmaster128), ligi <[email protected]>, Pedro Gomes (@pedrouid), RareData (@RareData)
discussions-to: https://github.com/ChainAgnostic/namespaces/pulls/3
status: Draft
type: Standard
created: 2019-12-05
updated: 2022-03-27
updated: 2024-08-17
requires: CAIP-2
replaces: CAIP-4
---
Expand Down Expand Up @@ -57,14 +57,26 @@ compatible with the reference syntax defined above.
This is a list of manually composed examples:

```
# Bitcoin mainnet (see [chain ID section of BIP122](https://github.com/bitcoin/bips/blob/master/bip-0122.mediawiki#definition-of-chain-id))
# Bitcoin mainnet (see https://github.com/bitcoin/bips/blob/master/bip-0122.mediawiki#definition-of-chain-id)
bip122:000000000019d6689c085ae165831e93
# Litecoin
# Bitcoin Cash mainnet (forked from Bitcoin mainnet, the first Bitcoin Cash block is 478559)
bip122:000000000000000000651ef99cb9fcbe
# Litecoin mainnet
bip122:12a765e31ffd4059bada1e25190f6e98
# Feathercoin (Litecoin fork)
bip122:fdbe99b90c90bae7505796461471d89a
# Dogecoin mainnet
bip122:1a91e3dace36e2be3bf030a65679fe821
# Bitcoin testnet
bip122:000000000933ea01ad0ee984209779ba
# Litecoin testnet
bip122:4966625a4b2851d9fdee139e56211a0d
# Dogecoin testnet
bip122:bb0a78264637406b6360aad926284d54
```

## References
Expand All @@ -84,4 +96,4 @@ bip122:fdbe99b90c90bae7505796461471d89a

## Rights

Copyright and related rights waived via CC0.
Copyright and related rights waived via CC0.

0 comments on commit 20ec06c

Please sign in to comment.