Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh authored Aug 20, 2024
2 parents 053f0af + bb1201e commit da00870
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 11 deletions.
1 change: 0 additions & 1 deletion alephium/caip2.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ The `chain_id` is a case-insensitive string in the form

```
chain_id: alephium + ":" + group + "_" + network_id
chain_id: alephium + ":" + network_id + "/" + group
network_id: mainnet, testnet or devnet
group: 0, 1, 2, 3 or -1
```
Expand Down
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.
3 changes: 2 additions & 1 deletion wallet/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
namespace-identifier: wallet
title: Wallet Namespace
author: ["Vandan Parikh (@vandan)", "Bumblefudge (@bumblefudge)"]
author: Vandan Parikh (@vandan), Bumblefudge (@bumblefudge)
discussions-to: https://github.com/ChainAgnostic/namespaces/pull/119
status: Draft
type: Informational
created: 2024-07-16
Expand Down
4 changes: 2 additions & 2 deletions wallet/caip2.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
namespace-identifier: wallet-caip2
title: Wallet Namespace - RPC namespaces
author: "Vandan Parikh (@vandan)", "Bumblefudge (@bumblefudge)"
discussions-to: <URL of PR, mailing list, etc>
author: Vandan Parikh (@vandan), Bumblefudge (@bumblefudge)
discussions-to: https://github.com/ChainAgnostic/namespaces/pull/119
status: Draft
type: Informational
created: 2024-07-16
Expand Down

0 comments on commit da00870

Please sign in to comment.