Skip to content

Commit

Permalink
Add chihuahua coin (#533)
Browse files Browse the repository at this point in the history
* On branch add_CHIHUAHUA_coin
Changes to be committed:
Add	new file:   img/chihuahua.png

* On branch add_CHIHUAHUA_coin
Changes to be committed:
1. Modify tokenLists/injective.json:
{
    "protocol": "Chihuahua",
    "symbol": "CHIHUAHUA",
    "token": "ibc/794CF0A448ECA518B9FEAB3356BD283E8762460F8FE87A013E6F9DBA6C53601C",
    "icon": "/img/chihuahua.png",
    "decimals": 6
}

2. Modify tokenLists/neutron.json:
{
	"protocol": "Chihuahua",
	"symbol": "CHIHUAHUA",
	"token": "ibc/A24EDC7B4CA571C06037689C1894CA66DA31E0F7E7380EC50C20B92F718F539E",
	"icon": "/img/chihuahua.png",
	"decimals": 6
}
3. Modify tokenLists/osmosis.json:
{
	"protocol": "Chihuahua",
	"symbol": "CHIHUAHUA",
	"token": "ibc/794CF0A448ECA518B9FEAB3356BD283E8762460F8FE87A013E6F9DBA6C53601C",
	"icon": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/chihuahua.png",
	"decimals": 6,
	"originDenom": "factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua",
	"originChainId": "chihuahua-1"
}
  • Loading branch information
Chihuahuababy authored Jan 9, 2025
1 parent 866ccca commit bf2b250
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 17 deletions.
Binary file added img/chihuahua.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 6 additions & 17 deletions tokenLists/injective.json
Original file line number Diff line number Diff line change
Expand Up @@ -1074,21 +1074,10 @@
"originChainId": "injective-1"
},
{
"protocol": "Balanced",
"symbol": "YIN",
"token": "factory/inj14cjrjnxc6pmvfdzxk7cwjus80u405qm35y2kuu/YIN",
"decimals": 6,
"icon": "/img/YIN.png",
"originDenom": "factory/inj14cjrjnxc6pmvfdzxk7cwjus80u405qm35y2kuu/YIN",
"originChainId": "injective-1"
},
{
"protocol": "Balanced",
"symbol": "YANG",
"token": "factory/inj14cjrjnxc6pmvfdzxk7cwjus80u405qm35y2kuu/YANG",
"decimals": 6,
"icon": "/img/YANG.png",
"originDenom": "factory/inj14cjrjnxc6pmvfdzxk7cwjus80u405qm35y2kuu/YANG",
"originChainId": "injective-1"
"protocol": "Chihuahua",
"symbol": "CHIHUAHUA",
"token": "ibc/794CF0A448ECA518B9FEAB3356BD283E8762460F8FE87A013E6F9DBA6C53601C",
"icon": "/img/chihuahua.png",
"decimals": 6
}
]
]
8 changes: 8 additions & 0 deletions tokenLists/neutron.json
Original file line number Diff line number Diff line change
Expand Up @@ -2457,6 +2457,14 @@
"decimals": 6
},
{
"protocol": "Chihuahua",
"symbol": "CHIHUAHUA",
"token": "ibc/A24EDC7B4CA571C06037689C1894CA66DA31E0F7E7380EC50C20B92F718F539E",
"icon": "/img/chihuahua.png",
"decimals": 6
"originDenom": "transfer/channel-141/transfer/channel-113/factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua",
"originChainId": "chihuahua-1"
},
"protocol": "Neptune",
"symbol": "NEPT",
"token": "ibc/C084B31AB4906CD6CC65CB779B1527A66B6C98629259E3548B2F20D2753D5837",
Expand Down
9 changes: 9 additions & 0 deletions tokenLists/osmosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -3214,5 +3214,14 @@
"decimals": 6,
"originDenom": "factory/osmo104jtrwcljnxfljhml8mxrw7qetcsdmqvy3sprw/ucosmousd",
"originChainId": "osmosis-1"
},
{
"protocol": "Chihuahua",
"symbol": "CHIHUAHUA",
"token": "ibc/794CF0A448ECA518B9FEAB3356BD283E8762460F8FE87A013E6F9DBA6C53601C",
"icon": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/chihuahua.png",
"decimals": 6,
"originDenom": "factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua",
"originChainId": "chihuahua-1"
}
]

0 comments on commit bf2b250

Please sign in to comment.