Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions openrpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1051,8 +1051,8 @@ components:
iconUrls:
description: >-
(Optional) One or more URLs pointing to reasonably sized images that
can be used to visually identify the chain. NOTE: MetaMask will not
currently display these images. Values can still be included so
can be used to visually identify the chain. NOTE: MetaMask will not
currently display these images. Values can still be included so
that they are utilized if MetaMask incorporates them into the display
of custom networks in the future.
type: array
Expand Down Expand Up @@ -1083,7 +1083,7 @@ components:
properties:
decimals:
description: A non-negative integer.
min: 0
minimum: 0
type: integer
name:
description: A human-readable name.
Expand Down