Skip to content

Commit

Permalink
Merge pull request #263 from terra-money/add-andromeda
Browse files Browse the repository at this point in the history
Adding andromeda support
  • Loading branch information
terencelimzhengwei authored Jan 19, 2024
2 parents faf182d + b97eb4f commit 090f5d2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions chains/mainnet/andromeda.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
module.exports = {
chainID: 'andromeda-1',
lcd: 'https://andromeda.api.kjnodes.com',
gasAdjustment: 1.5,
gasPrices: { uandr: 0.25 },
prefix: 'andr',
coinType: '118',
baseAsset: 'uandr',
name: 'Andromeda',
icon: process.env.CF_PAGES_URL + '/img/chains/Andromeda.png',
channels: {
// 'secret-1': 'channel-2',
'phoenix-1': 'channel-12',
// 'kaiyo-1': 'channel-5',
},
explorer: {
address: 'https://explorer.stavr.tech/Andromeda-Mainnet/account/{}',
tx: 'https://explorer.stavr.tech/Andromeda-Mainnet/tx/{}',
validator: 'https://explorer.stavr.tech/Andromeda-Mainnet/validators/{}',
block: 'https://explorer.stavr.tech/Andromeda-Mainnet/blocks/id/{}',
},
tokens: [
{
token: 'uandr',
symbol: 'ANDR',
name: 'Andr',
icon: process.env.CF_PAGES_URL + '/img/coins/Andromeda.png',
decimals: 6,
},
],
}
2 changes: 1 addition & 1 deletion chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
'dydx-mainnet-1': 'channel-299',
'celestia': 'channel-300',
'stargaze-1': 'channel-324',
// 'andromeda-1': 'channel-316',
'andromeda-1': 'channel-351',
},
// NEW ICS CHANNELS
ics20Channels: {
Expand Down
Binary file added img/chains/Andromeda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/Andromeda.png
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 090f5d2

Please sign in to comment.