Skip to content

Commit 3d20d75

Browse files
committed
build 🛠 build-20251104-013716
1 parent b1d7642 commit 3d20d75

File tree

5 files changed

+31
-15
lines changed

5 files changed

+31
-15
lines changed

v1/packages/chain-registry/src/mainnet/dungeon/chain.ts

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ const info: Chain = {
3232
{
3333
address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
3434
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
35+
},
36+
{
37+
address: 'https://rpc.dungeon.chaintools.tech',
38+
provider: 'ChainTools'
3539
}
3640
],
3741
rest: [
@@ -50,24 +54,40 @@ const info: Chain = {
5054
{
5155
address: 'https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money',
5256
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
57+
},
58+
{
59+
address: 'https://api.dungeon.chaintools.tech',
60+
provider: 'ChainTools'
5361
}
5462
],
5563
grpc: [{
56-
address: 'dungeon.grpc.quasarstaking.ai',
64+
address: 'dungeon.grpc.quasarstaking.ai:80',
5765
provider: 'Quasar'
66+
}, {
67+
address: 'grpc.dungeon.chaintools.tech:443',
68+
provider: 'ChainTools'
5869
}]
5970
},
60-
explorers: [{
71+
explorers: [
72+
{
6173
kind: 'Ping.Pub',
6274
url: 'https://ping.pub/Dungeonchain',
6375
tx_page: 'https://ping.pub/Dungeonchain/tx/${txHash}',
6476
account_page: 'https://ping.pub/Dungeonchain/account/${accountAddress}'
65-
}, {
77+
},
78+
{
6679
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
6780
url: 'https://explorer.whenmoonwhenlambo.money/dungeon',
6881
tx_page: 'https://explorer.whenmoonwhenlambo.money/dungeon/tx/${txHash}',
6982
account_page: 'https://explorer.whenmoonwhenlambo.money/dungeon/account/${accountAddress}'
70-
}],
83+
},
84+
{
85+
kind: 'ChainTools',
86+
url: 'https://explorer.chaintools.tech/Dungeon',
87+
tx_page: 'https://explorer.chaintools.tech/Dungeon/tx/${txHash}',
88+
account_page: 'https://explorer.chaintools.tech/Dungeon/account/${accountAddress}'
89+
}
90+
],
7191
logo_URIs: {
7292
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
7393
},

v1/packages/chain-registry/src/mainnet/osmosis/chain.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const info: Chain = {
1717
fee_tokens: [
1818
{
1919
denom: 'uosmo',
20-
fixed_min_gas_price: 0.01,
21-
low_gas_price: 0.01,
20+
fixed_min_gas_price: 0.03,
21+
low_gas_price: 0.03,
2222
average_gas_price: 0.1,
2323
high_gas_price: 0.16
2424
},

v1/packages/chain-registry/src/mainnet/sentinel/chain.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ const info: Chain = {
2828
},
2929
codebase: {
3030
git_repo: 'https://github.com/sentinel-official/hub',
31-
recommended_version: 'v0.11.3',
32-
compatible_versions: [
33-
'v0.11.1',
34-
'v0.11.2',
35-
'v0.11.3'
36-
],
31+
recommended_version: 'v12.0.0',
32+
compatible_versions: ['v12.0.0'],
3733
genesis: {
3834
genesis_url: 'https://raw.githubusercontent.com/sentinel-official/networks/main/sentinelhub-2/genesis.zip'
3935
}

v1/packages/osmosis/src/chain.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const chain: Chain = {
1717
fee_tokens: [
1818
{
1919
denom: 'uosmo',
20-
fixed_min_gas_price: 0.01,
21-
low_gas_price: 0.01,
20+
fixed_min_gas_price: 0.03,
21+
low_gas_price: 0.03,
2222
average_gas_price: 0.1,
2323
high_gas_price: 0.16
2424
},

0 commit comments

Comments
 (0)