Skip to content

Commit

Permalink
build 🛠 build-20250127-024933
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 27, 2025
1 parent 719d061 commit cefcdf0
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 18 deletions.
18 changes: 0 additions & 18 deletions v2/packages/chain-registry/src/mainnet/aura/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ const info: Chain = {
address: 'https://aura-rpc.staketab.org:443',
provider: 'Staketab'
},
{
address: 'https://rpc.aura.safeblock.space',
provider: 'Safe Block'
},
{
address: 'https://rpc.aura.silentvalidator.com',
provider: 'silent'
Expand Down Expand Up @@ -167,10 +163,6 @@ const info: Chain = {
address: 'https://aura-rest.staketab.org',
provider: 'Staketab'
},
{
address: 'https://api.aura.safeblock.space',
provider: 'Safe Block'
},
{
address: 'https://api.aura.silentvalidator.com',
provider: 'silent'
Expand Down Expand Up @@ -249,10 +241,6 @@ const info: Chain = {
address: 'aura-grpc.stake-town.com:443',
provider: 'StakeTown'
},
{
address: 'grpc.aura.safeblock.space:9090',
provider: 'Safe Block'
},
{
address: 'aura-grpc.palamar.io:443',
provider: 'Palamar'
Expand Down Expand Up @@ -310,12 +298,6 @@ const info: Chain = {
txPage: 'https://explorer.stake-take.com/aura/tx/${txHash}',
accountPage: 'https://explorer.stake-take.com/aura/account/${accountAddress}'
},
{
kind: 'Safe Block',
url: 'https://explorer.safeblock.space/aura',
txPage: 'https://explorer.safeblock.space/aura/tx/${txHash}',
accountPage: 'https://explorer.safeblock.space/aura/account/${accountAddress}'
},
{
kind: 'STAKR.space explorer',
url: 'https://explorer.stakr.space/aura/',
Expand Down
29 changes: 29 additions & 0 deletions v2/packages/chain-registry/src/mainnet/axelar/ibc-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,35 @@ const info: IBCData[] = [
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
clientId: '07-tendermint-233',
connectionId: 'connection-224'
},
chain2: {
chainName: 'sentinel',
clientId: '07-tendermint-213',
connectionId: 'connection-163'
},
channels: [{
chain1: {
channelId: 'channel-165',
portId: 'transfer'
},
chain2: {
channelId: 'channel-96',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
Expand Down
51 changes: 51 additions & 0 deletions v2/packages/chain-registry/src/mainnet/provenance/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,57 @@ const info: AssetList = {
}
}],
typeAsset: 'sdk.coin'
}, {
description: 'USD Coin',
denomUnits: [{
denom: 'ibc/616E26A85AD20A3DDEAEBDDE7262E3BA9356C557BC15CACEA86768D7D51FA703',
exponent: 0,
aliases: ['microusdc', 'uusdc']
}, {
denom: 'usdc',
exponent: 6
}],
typeAsset: 'ics20',
base: 'ibc/616E26A85AD20A3DDEAEBDDE7262E3BA9356C557BC15CACEA86768D7D51FA703',
name: 'USDC',
display: 'usdc',
symbol: 'USDC',
coingeckoId: 'usd-coin',
traces: [{
type: 'additional-mintage',
counterparty: {
chainName: 'ethereum',
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
},
provider: 'Circle'
}, {
type: 'ibc',
counterparty: {
chainName: 'noble',
baseDenom: 'uusdc',
channelId: 'channel-20'
},
chain: {
channelId: 'channel-10',
path: 'transfer/channel-10/uusdc'
}
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
},
images: [{
imageSync: {
chainName: 'ethereum',
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
},
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
theme: {
circle: true,
primaryColorHex: '#2775CA'
}
}]
}]
};
export default info;
29 changes: 29 additions & 0 deletions v2/packages/chain-registry/src/mainnet/sentinel/ibc-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,35 @@ const info: IBCData[] = [
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'axelar',
clientId: '07-tendermint-233',
connectionId: 'connection-224'
},
chain2: {
chainName: 'sentinel',
clientId: '07-tendermint-213',
connectionId: 'connection-163'
},
channels: [{
chain1: {
channelId: 'channel-165',
portId: 'transfer'
},
chain2: {
channelId: 'channel-96',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
Expand Down

0 comments on commit cefcdf0

Please sign in to comment.