Skip to content

Commit

Permalink
Add dTIA inside MilkyWay
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jan 9, 2025
1 parent 7e82ef1 commit 590a167
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
67 changes: 67 additions & 0 deletions milkyway/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,73 @@
}
}
]
},
{
"description": "Drop staked TIA",
"denom_units": [
{
"denom": "ibc/4795C86F72EC2CB54E885A4A5B401BED9C333E008311ED9C4DE01BF546B44A21",
"exponent": 0,
"aliases": [
"udtia"
]
},
{
"denom": "dTIA",
"exponent": 6
}
],
"type_asset": "ics20",
"base": "ibc/4795C86F72EC2CB54E885A4A5B401BED9C333E008311ED9C4DE01BF546B44A21",
"name": "Stride Staked TIA",
"display": "stTIA",
"symbol": "stTIA",
"traces": [
{
"type": "liquid-stake",
"counterparty": {
"chain_name": "celestia",
"base_denom": "utia"
},
"provider": "Drop Protocol"
},
{
"type": "ibc",
"counterparty": {
"chain_name": "neutron",
"base_denom": "factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia",
"channel_id": "channel-874"
},
"chain": {
"channel_id": "channel-874",
"path": "transfer/channel-874/factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia"
}
},
{
"type": "ibc",
"counterparty": {
"chain_name": "osmosis",
"base_denom": "ibc/C7A810C6ED1FC3FFC7C834A534D400EADC94FF7D3BE13DDD4C042AEF1816DFB4",
"channel_id": "channel-0"
},
"chain": {
"channel_id": "channel-0",
"path": "transfer/channel-0/transfer/channel-874/factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia"
}
}
],
"logo_URIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg"
},
"images": [
{
"image_sync": {
"chain_name": "neutron",
"base_denom": "factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia"
},
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg"
}
]
}
]
}
7 changes: 7 additions & 0 deletions milkyway/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
"low_gas_price": 0.0025,
"average_gas_price": 0.003,
"high_gas_price": 0.0035
},
{
"denom": "ibc/4795C86F72EC2CB54E885A4A5B401BED9C333E008311ED9C4DE01BF546B44A21",
"fixed_min_gas_price": 0.002,
"low_gas_price": 0.0025,
"average_gas_price": 0.003,
"high_gas_price": 0.0035
}
]
},
Expand Down

0 comments on commit 590a167

Please sign in to comment.