Skip to content

Commit

Permalink
add ton asset && change website url (cosmos#5678)
Browse files Browse the repository at this point in the history
* add ton asset && change website url

* add ton.int3 asset into osmosis assets

---------

Co-authored-by: Dmitriy Pyshinskiy <[email protected]>
  • Loading branch information
DmitriyPyshinskiy and DmitriiPys-Nitka authored Dec 10, 2024
1 parent eddcdec commit 268ca46
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 1 deletion.
39 changes: 39 additions & 0 deletions int3face/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,45 @@
}
],
"type_asset": "sdk.coin"
},
{
"description": "TON on Int3face",
"denom_units": [
{
"denom": "factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton",
"exponent": 0
},
{
"denom": "ton",
"exponent": 9
}
],
"base": "factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton",
"name": "TON",
"display": "ton",
"symbol": "TON",
"traces": [
{
"type": "bridge",
"counterparty": {
"chain_name": "ton",
"base_denom": "nanoton"
},
"provider": "Int3face"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ton.png"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ton.png",
"theme": {
"primary_color_hex": "#3d3d3d"
}
}
],
"type_asset": "sdk.coin"
}
]
}
9 changes: 8 additions & 1 deletion int3face/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pretty_name": "Int3face",
"status": "live",
"network_type": "mainnet",
"website": "https://int3face.io/",
"website": "https://int3face.zone/",
"bech32_prefix": "int3",
"daemon_name": "int3",
"node_home": "$HOME/.int3faced",
Expand Down Expand Up @@ -50,6 +50,13 @@
"low_gas_price": 0.001,
"average_gas_price": 0.0025,
"high_gas_price": 0.004
},
{
"denom": "factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton",
"fixed_min_gas_price": 0.0001,
"low_gas_price": 0.0001,
"average_gas_price": 0.00025,
"high_gas_price": 0.0004
}
]
},
Expand Down
Binary file added int3face/images/int3ton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions osmosis/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -24572,6 +24572,69 @@
}
]
},
{
"description": "TON on Int3face",
"denom_units": [
{
"denom": "ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38",
"exponent": 0,
"aliases": [
"factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton"
]
},
{
"denom": "ton",
"exponent": 9
}
],
"type_asset": "ics20",
"base": "ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38",
"name": "TON (Int3)",
"display": "ton",
"symbol": "TON.int3",
"traces": [
{
"type": "bridge",
"counterparty": {
"chain_name": "ton",
"base_denom": "nanoton"
},
"provider": "Int3face"
},
{
"type": "ibc",
"counterparty": {
"chain_name": "int3face",
"base_denom": "factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton",
"channel_id": "channel-0"
},
"chain": {
"channel_id": "channel-82819",
"path": "transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton"
}
}
],
"logo_URIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png"
},
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png"
},
{
"image_sync": {
"chain_name": "int3face",
"base_denom": "factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ton.png",
"theme": {
"primary_color_hex": "#3d3d3d"
}
}
]
},
{
"description": "Tether's USD stablecoin from Arbitrum on Axelar",
"denom_units": [
Expand Down
Binary file added osmosis/images/ton.int3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions osmosis/images/ton.int3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 268ca46

Please sign in to comment.