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

Update Aaron Network #5758

Merged
merged 1 commit into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 6 additions & 6 deletions _IBC/aaronetwork-osmosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "aaronetwork",
"client_id": "07-tendermint-9",
"connection_id": "connection-7"
"client_id": "07-tendermint-10",
"connection_id": "connection-8"
},
"chain_2": {
"chain_name": "osmosis",
"client_id": "07-tendermint-9",
"connection_id": "connection-2842"
"client_id": "07-tendermint-3390",
"connection_id": "connection-2844"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-6",
"channel_id": "channel-7",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-91254",
"channel_id": "channel-91942",
"port_id": "transfer"
},
"ordering": "unordered",
Expand Down
10 changes: 5 additions & 5 deletions osmosis/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -26384,7 +26384,7 @@
"description": "Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.",
"denom_units": [
{
"denom": "ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2",
"denom": "ibc/D28B585D6B67E2F1479BBA3E949C687289C94D33FFA0720E3A8CB0B244AD8BC6",
"exponent": 0,
"aliases": [
"uaaron"
Expand All @@ -26396,7 +26396,7 @@
}
],
"type_asset": "ics20",
"base": "ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2",
"base": "ibc/D28B585D6B67E2F1479BBA3E949C687289C94D33FFA0720E3A8CB0B244AD8BC6",
"name": "Aaron Network",
"display": "AARON",
"symbol": "AARON",
Expand All @@ -26406,11 +26406,11 @@
"counterparty": {
"chain_name": "aaronetwork",
"base_denom": "uaaron",
"channel_id": "channel-6"
"channel_id": "channel-7"
},
"chain": {
"channel_id": "channel-91254",
"path": "transfer/channel-91254/uaaron"
"channel_id": "channel-91942",
"path": "transfer/channel-91942/uaaron"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typically, IBC channels between mainnets cannot be changed once registered (without governance approval or proof that there has been no token transfer). There is already some amount of tokens transferred to Osmosis using the old channel (albeit, just a small dust amount). I recognize your GitHub account and presume the purpose is likely valid, but what is the purpose of this change?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typically, IBC channels between mainnets cannot be changed once registered (without governance approval or proof that there has been no token transfer). There is already some amount of tokens transferred to Osmosis using the old channel (albeit, just a small dust amount). I recognize your GitHub account and presume the purpose is likely valid, but what is the purpose of this change?

Our trust period has expired. Since all channel operations were test ones, there were no token trades, we decided to recreate the channel.

This is the address of our fund (https://ping.pub/Aaron%20Network/account/aaron140qa42t5y60rmdvnvlarmqwuanth837v9n70f9):

Screenshot 2024-12-28 at 06 09 24

This is the developer's address (osmo1rfz9nsprthegf43jytuatvgjwmv54zx6pscu88 => cosmos1rfz9nsprthegf43jytuatvgjwmv54zx6fttv34). The team's addresses are listed on our GitHub https://github.com/aaronetwork/airdrop-data

Screenshot 2024-12-28 at 06 21 30

These changes will not affect our users.

To avoid such situations (expired trust period), we have developed a monitoring service:

Screenshot 2024-12-28 at 06 44 23

}
}
],
Expand Down
Loading