Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions _IBC/dungeon-passage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "dungeon",
"chain_id": "dungeon-1",
"client_id": "07-tendermint-37",
"connection_id": "connection-8639"
},
"chain_2": {
"chain_name": "passage",
"chain_id": "passage-2",
"client_id": "07-tendermint-22",
"connection_id": "connection-18"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-5318",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-13",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "ACTIVE",
"preferred": true
}
}
]
}
49 changes: 49 additions & 0 deletions dungeon/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,55 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"
},
"coingecko_id": "usd-coin"
},
{
"description": "Passage (PASG) transferred to Dungeon Chain over IBC.",
"denom_units": [
{
"denom": "ibc/73E558C82602DE116482AD0EFC351A375E7FF7048ED6A2C45F86A0BFE670CD5F",
"exponent": 0,
"aliases": [
"upasg"
]
},
{
"denom": "pasg",
"exponent": 6,
"aliases": []
}
],
"type_asset": "ics20",
"base": "ibc/73E558C82602DE116482AD0EFC351A375E7FF7048ED6A2C45F86A0BFE670CD5F",
"name": "Passage",
"display": "pasg",
"symbol": "PASG",
"coingecko_id": "passage",
"traces": [
{
"type": "ibc",
"counterparty": {
"chain_name": "passage",
"base_denom": "upasg",
"channel_id": "channel-13"
},
"chain": {
"channel_id": "channel-5318",
"path": "transfer/channel-5318/upasg"
}
}
],
"images": [
{
"image_sync": {
"chain_name": "passage",
"base_denom": "upasg"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"
}
}
]
}
34 changes: 1 addition & 33 deletions dungeon/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@
"address": "https://rpc.dungeongames.io",
"provider": "Dungeon Games"
},
{
"address": "https://dungeon-wallet.rpc.quasarstaking.ai",
"provider": "Quasar"
},
{
"address": "https://rpc-dungeon-1.seraphim.zone",
"provider": "Seraphim"
},
{
"address": "https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money",
"provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"
},
{
"address": "https://rpc.dungeon.chaintools.tech",
"provider": "ChainTools"
Expand All @@ -48,32 +36,12 @@
"address": "https://api.dungeongames.io",
"provider": "Dungeon Games"
},
{
"address": "https://dungeon-wallet.api.quasarstaking.ai",
"provider": "Quasar"
},
{
"address": "https://api-dungeon-1.seraphim.zone",
"provider": "Seraphim"
},
{
"address": "https://api-archive-dungeonchain.apeironnodes.com",
"provider": "ApeironNodes (Archive)"
},
{
"address": "https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money",
"provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"
},
{
"address": "https://api.dungeon.chaintools.tech",
"provider": "ChainTools"
}
],
"grpc": [
{
"address": "dungeon.grpc.quasarstaking.ai:80",
"provider": "Quasar"
},
{
"address": "grpc.dungeon.chaintools.tech:443",
"provider": "ChainTools"
Expand Down Expand Up @@ -146,4 +114,4 @@
}
}
]
}
}
36 changes: 3 additions & 33 deletions dungeon1/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,47 +21,17 @@
]
},
"apis": {
"rpc": [
{
"address": "https://dungeon-wallet.rpc.quasarstaking.ai",
"provider": "Quasar"
},
{
"address": "https://rpc-dungeon-1.seraphim.zone",
"provider": "Seraphim"
},
{
"address": "https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money",
"provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"
}
],
"rpc": [],
"rest": [
{
"address": "https://dungeon-wallet.api.quasarstaking.ai",
"provider": "Quasar"
},
{
"address": "https://api-dungeon-1.seraphim.zone",
"provider": "Seraphim"
},
{
"address": "https://api-archive-dungeonchain.apeironnodes.com",
"provider": "ApeironNodes (Archive)"
},
{
"address": "https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money",
"provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"
}
],
"grpc": [
{
"address": "dungeon.grpc.quasarstaking.ai",
"provider": "Quasar"
}
]
"grpc": []
},
"explorers": [
{
{
"kind": "Ping.Pub",
"url": "https://ping.pub/Dungeonchain",
"tx_page": "https://ping.pub/Dungeonchain/tx/${txHash}",
Expand Down
Loading