Skip to content

Commit

Permalink
update identity precompile (on moonbase only)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaben committed Dec 4, 2023
1 parent 4833817 commit 1dc62d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions builders/build/canonical-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,4 @@ There are a set of precompiled contracts included on Moonbeam, Moonriver, and Mo
| [Precompile Registry](https://github.com/moonbeam-foundation/moonbeam/blob/master/precompiles/precompile-registry/PrecompileRegistry.sol){target=_blank} | {{networks.moonbase.precompiles.registry}} |
| [GMP](https://github.com/moonbeam-foundation/moonbeam/blob/master/precompiles/gmp/Gmp.sol){target=_blank} | {{networks.moonbase.precompiles.gmp}} |
| [XCM Transactor V3](https://github.com/moonbeam-foundation/moonbeam/blob/master/precompiles/xcm-transactor/src/v3/XcmTransactorV3.sol){target=_blank} | {{networks.moonbase.precompiles.xcm_transactor_v3}} |
| [Identity](https://github.com/moonbeam-foundation/moonbeam/blob/master/precompiles/identity/Identity.sol){target=_blank} | {{networks.moonbase.precompiles.identity}} |
5 changes: 3 additions & 2 deletions builders/pallets-precompiles/precompiles/identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ The Identity Precompile is a Solidity interface that allows you to create, manag

The Identity Precompile interacts directly with Substrate's [Identity Pallet](/builders/pallets-precompiles/pallets/identity){target=_blank} to provide the functionality needed to create and manage identities. This pallet is coded in Rust and is normally not accessible from the Ethereum side of Moonbeam. However, the Identity Precompile allows you to access this functionality directly from the Solidity interface.

The Identity Precompile is located at the following address:
The Identity Precompile is only available on Moonbase Alpha and is located at the following address:

<!--
=== "Moonbeam"
```text
Expand All @@ -23,7 +24,7 @@ The Identity Precompile is located at the following address:
```text
{{networks.moonriver.precompiles.identity }}
```
``` -->

=== "Moonbase Alpha"

Expand Down
1 change: 1 addition & 0 deletions builders/pallets-precompiles/precompiles/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ The precompiled contracts are categorized by address and based on the origin net
| [Precompile Registry](https://github.com/moonbeam-foundation/moonbeam/blob/master/precompiles/precompile-registry/PrecompileRegistry.sol){target=_blank} | {{networks.moonbase.precompiles.registry}} |
| [GMP](https://github.com/moonbeam-foundation/moonbeam/blob/master/precompiles/gmp/Gmp.sol){target=_blank} | {{networks.moonbase.precompiles.gmp}} |
| [XCM Transactor V3](https://github.com/moonbeam-foundation/moonbeam/blob/master/precompiles/xcm-transactor/src/v3/XcmTransactorV3.sol){target=_blank} | {{networks.moonbase.precompiles.xcm_transactor_v3}} |
| [Identity](https://github.com/moonbeam-foundation/moonbeam/blob/master/precompiles/identity/Identity.sol){target=_blank} | {{networks.moonbase.precompiles.identity}} |

0 comments on commit 1dc62d5

Please sign in to comment.