Skip to content
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

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
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 testnets/autheotestnet/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"exponent": 0
},
{
"denom": "aauth",
"exponent": 5
"denom": "auth",
"exponent": 6
}
],
"base": "aauth",
"name": "Autheo Chain",
"display": "autheo",
Copy link
Collaborator

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")

"symbol": "THEO",
"logo_URIs": {
"png": "https://brown-changing-smelt-819.mypinata.cloud/ipfs/QmTNRXRnfr4z7bBYtZiSdVyQCBZkSwXzv9WPjnJJ8uQ5qe/logo.png"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/autheotestnet/images/autheo_logo.png"
},

"socials": {
Expand Down
2 changes: 1 addition & 1 deletion testnets/autheotestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"images": [
{
"png": "https://brown-changing-smelt-819.mypinata.cloud/ipfs/QmTNRXRnfr4z7bBYtZiSdVyQCBZkSwXzv9WPjnJJ8uQ5qe/logo.png",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/autheotestnet/images/autheo_logo.png",
"theme": {
"circle": true,
"primary_color_hex": "#231D4B"
Expand Down
Binary file added testnets/autheotestnet/images/autheo_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions testnets/iopntestnet/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Copy link
Collaborator

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

"name": "Iopn Chain",
"display": "iopn",
Copy link
Collaborator

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

"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": {
Expand Down
2 changes: 1 addition & 1 deletion testnets/iopntestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Copy link
Collaborator

@JeremyParish69 JeremyParish69 Jan 22, 2025

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.

"theme": {
"circle": true,
"primary_color_hex": "#231D4B"
Expand Down
Binary file added testnets/iopntestnet/images/iopn_Dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading