Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: MASDXI <[email protected]>
  • Loading branch information
MASDXI committed Jun 24, 2024
1 parent c0983d9 commit 9433ff6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/API_definitions/blockchain_public_address.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ components:
schemas:
BindBlockchainPublicAddressRequest:
type: object
description: Payload to request the Bind of the Blockchain Public Adddress
description: Payload to request the Bind of the Blockchain Public Address
required:
- phoneNumber
- blockchainPublicAddress
Expand All @@ -247,7 +247,7 @@ components:
So far, in the scope of v0.2 of this specification, the following `<L1_Ecosystem>` values are covered:
- `evm`: Representing a common L1 Layer concept for EVM-based networks. Within this Ecosystem, `<sub_id>` concept is required and matches the value of chainId as per [EVM ChainId](https://chainid.network/). For instance:
- `ethereum` blockchain would be identified by `evm:1` value (i.e. ethereum mainnet).
- `polygon` blockhain would be identified by `evm:137` value (i.e. polygon mainnet).
- `polygon` blockchain would be identified by `evm:137` value (i.e. polygon mainnet).
- `celo` blockchain would be identified by `evm:42220` value (i.e. celo mainnet).
- `bitcoin`: Representing Bitcoin L1 blockchain. No `<sub_id>` concept applies for this L1 Ecosystem
- `solana`: Representing Solana L1 blockchain. No `<sub_id>` concept applies for this L1 Ecosystem
Expand Down Expand Up @@ -298,8 +298,8 @@ components:
So far, in the scope of v0.2 of this specification, the following `<L1_Ecosystem>` values are covered:
- `evm`: Representing a common L1 Layer concept for EVM-based networks. Within this Ecosystem, `<sub_id>` concept is required and matches the value of chainId as per [EVM ChainId](https://chainid.network/). For instance:
- `ethereum` blockchain would be identified by `evm:1` value (i.e. ethereum mainnet).
- `polygon` blockhain would be identified by `evm:137` value (i.e. polygon mainnet).
- `celo` blockchain would be identified by `evm:42220` value (i.e. polygon mainnet).
- `polygon` blockchain would be identified by `evm:137` value (i.e. polygon mainnet).
- `celo` blockchain would be identified by `evm:42220` value (i.e. celo mainnet).
- `bitcoin`: Representing Bitcoin L1 blockchain. No `<sub_id>` concept applies for this L1 Ecosystem
- `solana`: Representing Solana L1 blockchain. No `<sub_id>` concept applies for this L1 Ecosystem
- `cardano`: Representing Cardano L1 blockchain. No `<sub_id>` concept applies for this L1 Ecosystem
Expand Down Expand Up @@ -356,7 +356,7 @@ components:
status: 400
code: BLOCKCHAIN_PUBLIC_ADDRESS.INVALID_CURRENCY
message: Indicated currency is not found
RequiredCurrencyforBlockchain:
RequiredCurrencyForBlockchain:
value:
status: 400
code: BLOCKCHAIN_PUBLIC_ADDRESS.CURRENCY_REQUIRED
Expand Down

0 comments on commit 9433ff6

Please sign in to comment.