Skip to content

Commit

Permalink
build πŸ›  build-20241221-024836
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Dec 21, 2024
1 parent aa27d95 commit 93354b1
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
18 changes: 16 additions & 2 deletions v2/packages/chain-registry/src/mainnet/elys/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const info: Chain = {
},
codebase: {
gitRepo: 'https://github.com/elys-network/elys',
recommendedVersion: 'v1.0.0',
compatibleVersions: ['v1.0.0'],
recommendedVersion: 'v1.4.0',
compatibleVersions: ['v1.4.0'],
consensus: {
type: 'cometbft',
version: '0.38.12'
Expand Down Expand Up @@ -125,6 +125,10 @@ const info: Chain = {
{
address: 'https://elys-rpc.moonbridge.org:443',
provider: 'Moonbridge'
},
{
address: 'https://elys_mainnet_rpc.chain.whenmoonwhenlambo.money',
provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
}
],
rest: [
Expand Down Expand Up @@ -183,6 +187,10 @@ const info: Chain = {
{
address: 'https://elys-api.moonbridge.org',
provider: 'Moonbridge'
},
{
address: 'https://elys_mainnet_api.chain.whenmoonwhenlambo.money',
provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
}
],
grpc: [
Expand Down Expand Up @@ -264,6 +272,12 @@ const info: Chain = {
url: 'https://explorer.moonbridge.org/elys',
txPage: 'https://explorer.moonbridge.org/elys/tx/${txHash}',
accountPage: 'https://explorer.moonbridge.org/elys/account/${accountAddress}'
},
{
kind: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯',
url: 'https://explorer.whenmoonwhenlambo.money/elys',
txPage: 'https://explorer.whenmoonwhenlambo.money/elys/tx/${txHash}',
accountPage: 'https://explorer.whenmoonwhenlambo.money/elys/account/${accountAddress}'
}
]
};
Expand Down
34 changes: 34 additions & 0 deletions v2/packages/chain-registry/src/mainnet/neutron/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1380,6 +1380,40 @@ const info: AssetList = {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bglUSDC.png'
}],
typeAsset: 'sdk.coin'
},
{
description: 'Drop staked TIA',
extendedDescription: 'Drop protocol token for the interchain liquidity',
denomUnits: [{
denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia',
exponent: 0
}, {
denom: 'dTIA',
exponent: 6
}],
base: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia',
name: 'dTIA',
display: 'dTIA',
symbol: 'dTIA',
traces: [{
type: 'liquid-stake',
counterparty: {
chainName: 'celestia',
baseDenom: 'utia'
},
provider: 'Drop Protocol'
}],
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
}],
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
},
socials: {
website: 'https://www.drop.money/',
twitter: 'https://x.com/Dropdotmoney'
},
typeAsset: 'sdk.coin'
}
]
};
Expand Down

0 comments on commit 93354b1

Please sign in to comment.