Skip to content

Commit

Permalink
lint caip-2 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblefudge committed Jul 1, 2024
1 parent 295f1b9 commit b2a60ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions solana/caip2.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The definition for this namespace will use the `genesisHash` as an identifier
for different Solana chains. The method for calculating the chain ID is as
follows with pseudo-code:

```
```bash
truncate(genesisHash, 32)
```

Expand Down Expand Up @@ -72,7 +72,7 @@ Not applicable

This is a list of manually composed examples

```
```bash
# Solana Mainnet
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Expand All @@ -91,9 +91,6 @@ solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z
- [Base58btc][] encoding "alphabet" (i.e. character-set)

[CAIP-2]: https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-2.md
[Address Lookup Table Proposal]: https://docs.solana.com/proposals/transactions-v2
[Account Types]: https://docs.solana.com/terminology#account
[Address Expressions]: https://docs.solana.com/cli/transfer-tokens#receive-tokens
[Cluster]: https://docs.solana.com/clusters
[RPC Endpoints]: https://docs.solana.com/cluster/rpc-endpoints
[Solana core]: https://crates.io/crates/solana-program/
Expand Down

0 comments on commit b2a60ed

Please sign in to comment.