Skip to content

Commit

Permalink
Merge pull request #524 from ap0calypse644/sit-5
Browse files Browse the repository at this point in the history
Testnet - feat: adding asset and chain info for saage-testnet-5
  • Loading branch information
JeremyParish69 authored Jun 19, 2022
2 parents 7a4b86c + 05212a5 commit 507a1bc
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -824,10 +824,10 @@ export const IBCAssetInfos: {
coinMinimalDenom: 'uregen',
},
{
counterpartyChainId: 'saage-internal-testnet-1.3',
sourceChannelId: 'channel-207',
counterpartyChainId: 'sit-5',
sourceChannelId: 'channel-278',
destChannelId: 'channel-0',
coinMinimalDenom: 'usaage',
coinMinimalDenom: 'usge',
},
{
counterpartyChainId: 'imversed-test-1',
Expand Down Expand Up @@ -1352,33 +1352,33 @@ export const EmbedChainInfos: ChainInfoWithExplorer[] = [
{
rpc: 'https://sentry.testnet.saage.io:26657',
rest: 'https://sentry.testnet.saage.io:1317',
chainId: 'saage-internal-testnet-1.3',
chainName: 'saagetestnet',
chainId: 'sit-5',
chainName: 'saagetestnet5',
stakeCurrency: {
coinDenom: 'SGE',
coinMinimalDenom: 'usaage',
coinMinimalDenom: 'usge',
coinDecimals: 6,
coinImageUrl: window.location.origin + '/public/assets/tokens/saage.png',
coinGeckoId: 'pool:usaage',
coinGeckoId: 'pool:usge',
},
bip44: { coinType: 909 },
bech32Config: Bech32Address.defaultBech32Config('saage'),
bech32Config: Bech32Address.defaultBech32Config('sge'),
currencies: [
{
coinDenom: 'SGE',
coinMinimalDenom: 'usaage',
coinMinimalDenom: 'usge',
coinDecimals: 6,
coinImageUrl: window.location.origin + '/public/assets/tokens/saage.png',
coinGeckoId: 'pool:usaage',
coinGeckoId: 'pool:usge',
},
],
feeCurrencies: [
{
coinDenom: 'SGE',
coinMinimalDenom: 'usaage',
coinMinimalDenom: 'usge',
coinDecimals: 6,
coinImageUrl: window.location.origin + '/public/assets/tokens/saage.png',
coinGeckoId: 'pool:usaage',
coinGeckoId: 'pool:usge',
},
],
gasPriceStep: {
Expand All @@ -1387,9 +1387,8 @@ export const EmbedChainInfos: ChainInfoWithExplorer[] = [
high: 0.025,
},
features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go'],
explorerUrlToTx: 'http://blockexplorer-1.testnet.saage.io/transactions/{txHash}',
explorerUrlToTx: 'https://blockexplorer-1.testnet.saage.io/transactions/{txHash}',
},

{
rpc: 'https://tx-endpoint-test.imversed.com:443',
rest: 'https://query-endpoint-test.imversed.com:443',
Expand Down

0 comments on commit 507a1bc

Please sign in to comment.