Skip to content

Commit

Permalink
Merge pull request #295 from terra-money/revert-294-feat/acc/abstraction
Browse files Browse the repository at this point in the history
Revert "feat: acc abstraction devnet"
  • Loading branch information
terencelimzhengwei authored Mar 26, 2024
2 parents 085d6d5 + 2d372cd commit c7c20e0
Showing 1 changed file with 29 additions and 11 deletions.
40 changes: 29 additions & 11 deletions chains/testnet/terra.js
Original file line number Diff line number Diff line change
@@ -1,28 +1,46 @@
module.exports = {
chainID: 'terra',
lcd: 'http://a15f3be10859e4a70b8a1f156a4e8cd5-624465546.us-east-1.elb.amazonaws.com:1317',
gasAdjustment: 3,
gasPrices: { uluna: 0.15 },
chainID: 'pisco-1',
lcd: 'https://pisco-lcd.terra.dev',
gasAdjustment: 2,
gasPrices: { uluna: 0.015 },
prefix: 'terra',
coinType: '330',
baseAsset: 'uluna',
name: 'Account Abstraction Testnet',
name: 'Terra',
icon: process.env.CF_PAGES_URL + '/img/chains/Terra.svg',
alliance: true,
explorer: {
address: 'http://a15f3be10859e4a70b8a1f156a4e8cd5-624465546.us-east-1.elb.amazonaws.com:1317/cosmos/auth/v1beta1/account_info/{}',
tx: 'http://a15f3be10859e4a70b8a1f156a4e8cd5-624465546.us-east-1.elb.amazonaws.com:1317/cosmos/tx/v1beta1/txs/{}',
validator: 'http://a15f3be10859e4a70b8a1f156a4e8cd5-624465546.us-east-1.elb.amazonaws.com:1317/cosmos/distribution/v1beta1/validators/{}',
block: 'http://a15f3be10859e4a70b8a1f156a4e8cd5-624465546.us-east-1.elb.amazonaws.com:1317/cosmos/tx/v1beta1/txs/block/{}',
address: 'https://terrasco.pe/testnet/address/{}',
tx: 'https://terrasco.pe/testnet/tx/{}',
validator: 'https://terrasco.pe/testnet/validator/{}',
block: 'https://terrasco.pe/testnet/block/{}',
},
channels: {
'ares-1': 'channel-189',
'atlantic-2': 'channel-100',
'indigo-1': 'channel-506',
},
channels: {},
tokens: [
{
token: 'uluna',
symbol: 'LUNA',
name: 'Test Terra Luna',
icon: process.env.CF_PAGES_URL + '/img/coins/Luna.svg',
decimals: 6,
}
},
{
token: 'factory/terra1zdpgj8am5nqqvht927k3etljyl6a52kwqup0je/stDeck',
symbol: 'aDeck',
name: 'Alliance Deck',
icon: process.env.CF_PAGES_URL + '/img/coins/AllianceDeck.png',
decimals: 6,
},
{
token: 'factory/terra1zdpgj8am5nqqvht927k3etljyl6a52kwqup0je/stOracle',
symbol: 'aOracle',
name: 'Alliance Oracle',
icon: process.env.CF_PAGES_URL + '/img/coins/AllianceOracle.png',
decimals: 6,
},
],
}

0 comments on commit c7c20e0

Please sign in to comment.