-
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
Conversation
@@ -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 comment
The 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.
], | ||
"base": "aauth", | ||
"name": "Autheo Chain", | ||
"display": "autheo", |
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")
testnets/iopntestnet/assetlist.json
Outdated
], | ||
"base": "gwei", | ||
"name": "Iopn Chain", | ||
"display": "iopn", |
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 unit isn't defined among the denom_units
"exponent": 9 | ||
} | ||
], | ||
"base": "gwei", |
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.
base unit must refer to the unit with 0 exponent
now i have updated the rest and rpc endpoints url now it doesn't reflect 405 error