Skip to content

Commit

Permalink
Merge pull request #265 from terra-money/add-andromeda
Browse files Browse the repository at this point in the history
Added ibc channels for Andromeda - Archway
  • Loading branch information
terencelimzhengwei authored Jan 19, 2024
2 parents ccadbd4 + 0596e0f commit 36287ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chains/mainnet/andromeda.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/chains/Andromeda.png',
channels: {
// 'secret-1': 'channel-2',
'phoenix-1': 'channel-12',
// 'kaiyo-1': 'channel-5',
'phoenix-1': 'channel-12',
'archway-1': 'channel-11',
},
explorer: {
address: 'https://explorer.stavr.tech/Andromeda-Mainnet/account/{}',
Expand Down
1 change: 1 addition & 0 deletions chains/mainnet/archway.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
'osmosis-1': 'channel-1',
'juno-1': 'channel-15',
'crescent-1': 'channel-6',
'andromeda-1': 'channel-97',
},
explorer: {
address: 'https://www.mintscan.io/archway/account/{}',
Expand Down

0 comments on commit 36287ce

Please sign in to comment.