Skip to content

Commit

Permalink
build 🛠 build-20241203-030643
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Dec 3, 2024
1 parent 07da61a commit 109f761
Show file tree
Hide file tree
Showing 17 changed files with 492 additions and 19 deletions.
58 changes: 58 additions & 0 deletions v2/packages/chain-registry/src/mainnet/dungeon/ibc-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,35 @@ const info: IBCData[] = [
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'dungeon',
clientId: '07-tendermint-10',
connectionId: 'connection-12'
},
chain2: {
chainName: 'migaloo',
clientId: '07-tendermint-139',
connectionId: 'connection-109'
},
channels: [{
chain1: {
channelId: 'channel-6',
portId: 'transfer'
},
chain2: {
channelId: 'channel-142',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
Expand Down Expand Up @@ -119,6 +148,35 @@ const info: IBCData[] = [
dex: 'osmosis'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'dungeon',
clientId: '07-tendermint-11',
connectionId: 'connection-13'
},
chain2: {
chainName: 'terra2',
clientId: '07-tendermint-424',
connectionId: 'connection-438'
},
channels: [{
chain1: {
channelId: 'channel-7',
portId: 'transfer'
},
chain2: {
channelId: 'channel-582',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
export default info;
44 changes: 44 additions & 0 deletions v2/packages/chain-registry/src/mainnet/migaloo/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,50 @@ const info: AssetList = {
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png'
}
},
{
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
denomUnits: [{
denom: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
exponent: 0
}, {
denom: 'DGN',
exponent: 6
}],
typeAsset: 'ics20',
base: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
name: 'Dragon',
display: 'DGN',
symbol: 'DGN',
traces: [{
type: 'ibc',
counterparty: {
chainName: 'dungeon',
baseDenom: 'udgn',
channelId: 'channel-6'
},
chain: {
channelId: 'channel-142',
path: 'transfer/channel-142/udgn'
}
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
},
images: [{
imageSync: {
chainName: 'dungeon',
baseDenom: 'udgn'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
theme: {
circle: true
}
}],
socials: {
website: 'https://www.cryptodungeon.org',
twitter: 'https://twitter.com/cryptodungeonma'
}
}
]
};
Expand Down
29 changes: 29 additions & 0 deletions v2/packages/chain-registry/src/mainnet/migaloo/ibc-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,35 @@ const info: IBCData[] = [
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'dungeon',
clientId: '07-tendermint-10',
connectionId: 'connection-12'
},
chain2: {
chainName: 'migaloo',
clientId: '07-tendermint-139',
connectionId: 'connection-109'
},
channels: [{
chain1: {
channelId: 'channel-6',
portId: 'transfer'
},
chain2: {
channelId: 'channel-142',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
Expand Down
38 changes: 35 additions & 3 deletions v2/packages/chain-registry/src/mainnet/nyx/ibc-data.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { IBCData } from '@chain-registry/v2-types';
const info: IBCData[] = [{
const info: IBCData[] = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'gravitybridge',
Expand Down Expand Up @@ -27,7 +28,8 @@ const info: IBCData[] = [{
preferred: true
}
}]
}, {
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'nyx',
Expand Down Expand Up @@ -55,5 +57,35 @@ const info: IBCData[] = [{
preferred: true
}
}]
}];
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'nyx',
clientId: '07-tendermint-19',
connectionId: 'connection-9'
},
chain2: {
chainName: 'secretnetwork',
clientId: '07-tendermint-213',
connectionId: 'connection-203'
},
channels: [{
chain1: {
channelId: 'channel-12',
portId: 'transfer'
},
chain2: {
channelId: 'channel-174',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
export default info;
32 changes: 26 additions & 6 deletions v2/packages/chain-registry/src/mainnet/panacea/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,34 @@ const info: Chain = {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg'
},
apis: {
rpc: [{
rpc: [
{
address: 'https://rpc.gopanacea.org',
provider: 'medibloc'
}, {
},
{
address: 'https://panacea-rpc.staketab.org:443',
provider: 'Staketab'
}],
rest: [{
},
{
address: 'https://panacea_mainnet_rpc.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}
],
rest: [
{
address: 'https://api.gopanacea.org',
provider: 'medibloc'
}, {
},
{
address: 'https://panacea-rest.staketab.org',
provider: 'Staketab'
}],
},
{
address: 'https://panacea_mainnet_api.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}
],
grpc: [{
address: 'services.staketab.com:9400',
provider: 'Staketab'
Expand All @@ -76,6 +90,12 @@ const info: Chain = {
kind: 'bigdipper',
url: 'https://explorer.gopanacea.org',
txPage: 'https://explorer.gopanacea.org/transactions/${txHash}'
},
{
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
url: 'https://explorer.whenmoonwhenlambo.money/panacea',
txPage: 'https://explorer.whenmoonwhenlambo.money/panacea/tx/${txHash}',
accountPage: 'https://explorer.whenmoonwhenlambo.money/panacea/account/${accountAddress}'
}
],
images: [{
Expand Down
27 changes: 24 additions & 3 deletions v2/packages/chain-registry/src/mainnet/routerchain/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ const info: Chain = {
{
address: 'https://router-mainnet-rpc.autostake.com:443',
provider: 'AutoStake 🛡️ Slash Protected'
},
{
address: 'https://routerchain_mainnet_rpc.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}
],
rest: [
Expand All @@ -91,6 +95,10 @@ const info: Chain = {
{
address: 'https://router-mainnet-lcd.autostake.com:443',
provider: 'AutoStake 🛡️ Slash Protected'
},
{
address: 'https://routerchain_mainnet_api.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}
],
grpc: [
Expand All @@ -111,13 +119,20 @@ const info: Chain = {
provider: 'AutoStake 🛡️ Slash Protected'
}
],
evmHttpJsonrpc: [{
evmHttpJsonrpc: [
{
address: 'https://sentry.evm.rpc.routerprotocol.com',
provider: 'Router'
}, {
},
{
address: 'https://router-rpc-evm.genznodes.dev',
provider: 'genznodes'
}]
},
{
address: 'https://routerchain_mainnet_evm.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}
]
},
explorers: [
{
Expand Down Expand Up @@ -146,6 +161,12 @@ const info: Chain = {
url: 'https://explorer.nodeshub.online/router/',
txPage: 'https://explorer.nodeshub.online/router/tx/${txHash}',
accountPage: 'https://explorer.nodeshub.online/router/accounts/${accountAddress}'
},
{
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
url: 'https://explorer.whenmoonwhenlambo.money/routerchain',
txPage: 'https://explorer.whenmoonwhenlambo.money/routerchain/tx/${txHash}',
accountPage: 'https://explorer.whenmoonwhenlambo.money/routerchain/account/${accountAddress}'
}
],
images: [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ const info: AssetList = {
coingeckoId: 'secret',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
theme: {
primaryColorHex: '#040404'
}
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
}],
socials: {
website: 'https://scrt.network/',
Expand Down
29 changes: 29 additions & 0 deletions v2/packages/chain-registry/src/mainnet/secretnetwork/ibc-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,35 @@ const info: IBCData[] = [
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'nyx',
clientId: '07-tendermint-19',
connectionId: 'connection-9'
},
chain2: {
chainName: 'secretnetwork',
clientId: '07-tendermint-213',
connectionId: 'connection-203'
},
channels: [{
chain1: {
channelId: 'channel-12',
portId: 'transfer'
},
chain2: {
channelId: 'channel-174',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
Expand Down
Loading

0 comments on commit 109f761

Please sign in to comment.