-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added rest endpoint #5836
base: master
Are you sure you want to change the base?
added rest endpoint #5836
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,20 @@ | |
"description": "Native token of Iopn Chain", | ||
"denom_units": [ | ||
{ | ||
"denom": "gwei", | ||
"denom": "wei", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "gwei", | ||
JeremyParish69 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"exponent": 5 | ||
"exponent": 9 | ||
} | ||
], | ||
"base": "gwei", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. base unit must refer to the unit with 0 exponent |
||
"name": "Iopn Chain", | ||
"display": "iopn", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this unit isn't defined among the denom_units |
||
"symbol": "OPN", | ||
"logo_URIs": { | ||
"png": "https://f005.backblazeb2.com/file/tracehawk-prod/logo/IOPn/Light.png" | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_Dark.png" | ||
}, | ||
|
||
"socials": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ | |
}, | ||
"images": [ | ||
{ | ||
"png": "https://f005.backblazeb2.com/file/tracehawk-prod/logo/IOPn/Light.png", | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_Dark.png", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please use images that have a square aspect ratio, not letters like this. |
||
"theme": { | ||
"circle": true, | ||
"primary_color_hex": "#231D4B" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This must match one of the defined units. (should be "auth")