Skip to content

Commit

Permalink
fix osmo-test-5 details
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bowman committed Dec 11, 2024
1 parent 70802e7 commit 6915234
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions web-ui/config/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,21 @@ const test_chains = new Map<string, Chain>([
is_118: true,
}],
["osmosis-testnet", {
chain_id: "osmosis-1",
chain_name: "osmosis",
chain_id: "osmo-test-5",
chain_name: "osmosistestnet",
pretty_name: "Osmosis",
rpc: ["https://osmosis-1.rpc.quicksilver.zone"],
rest: ["https://osmosis-1.lcd.quicksilver.zone"],
rpc: ["https://osmo-test-5.rpc.quicksilver.zone"],
rest: ["https://osmo-test-5.lcd.quicksilver.zone"],
explorer: "https://www.mintscan.io/osmosis-testnet/tx/{}",
show: true,
enable_deposits: true,
enable_withdrawals: true,
lsm_enabled: true,
major_denom: "atom",
minor_denom: "uatom",
major_denom: "osmo",
minor_denom: "uosmo",
exponent: 6,
logo: '/img/networks/atom.svg',
qlogo: '/img/networks/qatom.svg',
logo: '/img/networks/osmo.svg',
qlogo: '/img/networks/qosmo.svg',
is_118: true,
}],
["celestia-testnet", {
Expand Down

0 comments on commit 6915234

Please sign in to comment.