Skip to content

Commit

Permalink
Add mars testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-TFL authored Dec 7, 2022
1 parent 236b4eb commit afb85ea
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
18 changes: 16 additions & 2 deletions station/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@ module.exports = {
baseAsset: 'uluna',
name: 'Terra',
icon: 'https://assets.terra.money/icon/svg/Terra.svg',
}
},
'ares-1': {
chainID: 'ares-1',
lcd: 'https://testnet-rest.marsprotocol.io',
gasAdjustment: 1.75,
gasPrices: { umars: 0.0 },
prefix: 'mars',
baseAsset: 'umars',
name: 'Mars',
icon: 'https://marsprotocol.io/mars_logo_colored.svg',
ibc: {
toTerra: 'channel-1',
fromTerra: 'channel-66'
}
},
}
}
}
25 changes: 25 additions & 0 deletions station/coins.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const chains = {
osmosis: 'osmosis-1',
// testnet
terraTest: 'pisco-1',
marsTest: 'ares-1'
}

module.exports = {
Expand Down Expand Up @@ -185,4 +186,28 @@ module.exports = {
chains: [chains.terra],
decimals: 8,
},
"umars": {
token: "umars",
symbol: "Mars",
name: "Mars",
icon: "https://marsprotocol.io/MARSTokenMini.svg",
chains: [chains.marsTest],
decimals: 8,
},
"ibc/268BAF98AA5EEB84194F1391009644F6B0AB19C0964C49847C30C8C05E1F38D0": {
token: "umars",
symbol: "Mars",
name: "Mars",
icon: "https://marsprotocol.io/MARSTokenMini.svg",
chains: [chains.terraTest],
decimals: 8,
},
"ibc/265435C653FE85CD659E88CD51D4A735BDD4D3804871400378A488C71D68C72B": {
token: "uluna",
symbol: "Luna",
name: "Terra Luna",
icon: "https://assets.terra.money/icon/svg/Luna.svg",
chains: [chains.marsTest],
decimals: 6,
},
}

0 comments on commit afb85ea

Please sign in to comment.