Skip to content

Commit

Permalink
Adds ATOMScan to most chains that are supported (cosmos#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackLord authored Aug 4, 2022
1 parent 25d98c4 commit a9e81ca
Show file tree
Hide file tree
Showing 44 changed files with 218 additions and 3 deletions.
5 changes: 5 additions & 0 deletions akash/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@
"kind": "bigdipper",
"url": "https://akash.bigdipper.live/",
"tx_page": "https://akash.bigdipper.live/transactions/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/akash",
"tx_page": "https://atomscan.com/akash/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions assetmantle/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,11 @@
"kind": "explorers.guru",
"url": "https://assetmantle.explorers.guru",
"tx_page": "https://assetmantle.explorers.guru/transaction/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/assetmantle",
"tx_page": "https://atomscan.com/assetmantle/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions axelar/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@
"kind": "explorers.guru",
"url": "https://axelar.explorers.guru",
"tx_page": "https://axelar.explorers.guru/transaction/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/axelar",
"tx_page": "https://atomscan.com/axelar/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions bandchain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
"kind": "ping.pub",
"url": "https://ping.pub/band-protocol",
"tx_page": "https://ping.pub/band-protocol/tx/{txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/band-protocol",
"tx_page": "https://atomscan.com/band-protocol/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions bitcanna/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
"kind": "mintscan",
"url": "https://www.mintscan.io/bitcanna/",
"tx_page": "https://www.mintscan.io/bitcanna/txs/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/bitcanna",
"tx_page": "https://atomscan.com/bitcanna/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions bitsong/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@
"kind": "big-dipper",
"url": "https://explorebitsong.com",
"tx_page": "https://explorebitsong.com/transactions/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/bitsong",
"tx_page": "https://atomscan.com/bitsong/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions cerberus/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@
"kind": "mintscan",
"url": "https://www.mintscan.io/cerberus",
"tx_page": "https://www.mintscan.io/cerberus/txs/{txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/cerberus",
"tx_page": "https://atomscan.com/cerberus/transactions/${txHash}"
}
]
}
2 changes: 1 addition & 1 deletion cheqd/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@
"url": "https://atomscan.com/cheqd",
"tx_page": "https://atomscan.com/cheqd/transactions/${txHash}",
"account_page": "https://atomscan.com/cheqd/accounts/${accountAddress}"
}
}
]
}
5 changes: 5 additions & 0 deletions chihuahua/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
"kind": "mintscan",
"url": "https://mintscan.io/chihuahua",
"tx_page": "https://mintscan.io/chihuahua/txs/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/chihuahua",
"tx_page": "https://atomscan.com/chihuahua/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions comdex/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@
"kind": "ping-pub",
"url": "https://ping.pub/comdex",
"tx_page": "https://ping.pub/comdex/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/comdex",
"tx_page": "https://atomscan.com/comdex/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions cosmoshub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@
"kind": "bigdipper",
"url": "https://cosmos.bigdipper.live/",
"tx_page": "https://cosmos.bigdipper.live/transactions/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com",
"tx_page": "https://atomscan.com/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions crescent/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@
"kind": "explorers.guru",
"url": "https://crescent.explorers.guru",
"tx_page": "https://crescent.explorers.guru/transaction/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/crescent",
"tx_page": "https://atomscan.com/crescent/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions cudos/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@
"url": "https://www.mintscan.io/cudos",
"tx_page": "https://www.mintscan.io/cudos/txs/${txHash}",
"account_page": "https://www.mintscan.io/cudos/account/${accountAddress}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/cudos",
"tx_page": "https://atomscan.com/cudos/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions decentr/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@
"kind": "ping.pub",
"url": "https://ping.pub/decentr/",
"tx_page": "https://ping.pub/decentr/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/decentr",
"tx_page": "https://atomscan.com/decentr/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions desmos/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@
"kind": "ping-pub",
"url": "https://ping.pub/desmos",
"tx_page": "https://ping.pub/desmos/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/desmos",
"tx_page": "https://atomscan.com/desmos/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions dig/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@
"kind": "ping.pub",
"url": "https://ping.pub/dig",
"tx_page": "https://ping.pub/dig/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/dig",
"tx_page": "https://atomscan.com/dig/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions echelon/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@
"kind": "atomscan",
"url": "https://atomscan.com/echelon",
"tx_page": "https://atomscan.com/echelon/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/echelon",
"tx_page": "https://atomscan.com/echelon/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions evmos/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@
"kind": "explorers.guru",
"url": "https://evmos.explorers.guru",
"tx_page": "https://evmos.explorers.guru/transaction/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/evmos",
"tx_page": "https://atomscan.com/evmos/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions fetchhub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@
"kind": "ping.pub",
"url": "https://ping.pub/fetchhub",
"tx_page": "https://ping.pub/fetchhub/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/fetchhub",
"tx_page": "https://atomscan.com/fetchhub/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions gravitybridge/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@
"kind": "explorers.guru",
"url": "https://gravity.explorers.guru",
"tx_page": "https://gravity.explorers.guru/transaction/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/gravity-bridge",
"tx_page": "https://atomscan.com/gravity-bridge/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions idep/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
"kind": "chadscan",
"url": "https://chadscan.com",
"tx_page": "https://chadscan.com/transactions/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/idep",
"tx_page": "https://atomscan.com/idep/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions impacthub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@
"kind": "ping.pub",
"url": "https://ping.pub/ixo",
"tx_page": "https://ping.pub/ixo/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/ixo",
"tx_page": "https://atomscan.com/ixo/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions injective/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
"kind": "ping-pub",
"url": "https://ping.pub/injective",
"tx_page": "https://ping.pub/injective/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/injective",
"tx_page": "https://atomscan.com/injective/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions irisnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
"kind": "ping-pub",
"url": "https://ping.pub/iris-network",
"tx_page": "https://ping.pub/iris-network/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/iris-network",
"tx_page": "https://atomscan.com/iris-network/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions juno/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@
"kind": "mintscan",
"url": "https://www.mintscan.io/juno",
"tx_page": "https://www.mintscan.io/juno/txs/{txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/juno",
"tx_page": "https://atomscan.com/juno/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions kava/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@
"kind": "ping-pub",
"url": "https://ping.pub/kava",
"tx_page": "https://ping.pub/kava/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/kava",
"tx_page": "https://atomscan.com/kava/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions kichain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
"kind": "ping-pub",
"url": "https://ping.pub/kichain",
"tx_page": "https://ping.pub/kichain/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/ki-chain",
"tx_page": "https://atomscan.com/ki-chain/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions kujira/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@
"kind": "explorers.guru",
"url": "https://kujira.explorers.guru",
"tx_page": "https://kujira.explorers.guru/transaction/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/kujira",
"tx_page": "https://atomscan.com/kujira/transactions/${txHash}"
}
],
"logo_URIs": {
Expand Down
5 changes: 5 additions & 0 deletions likecoin/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
"kind": "ping-pub",
"url": "https://ping.pub/likecoin",
"tx_page": "https://ping.pub/likecoin/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/likecoin",
"tx_page": "https://atomscan.com/likecoin/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions lumnetwork/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@
"kind": "ping-pub",
"url": "https://ping.pub/lum-network",
"tx_page": "https://ping.pub/lum-network/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/lum-network",
"tx_page": "https://atomscan.com/lum-network/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions meme/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
"kind": "MEME Explorer",
"url": "https://explorer.meme.sx/meme",
"tx_page": "https://explorer.meme.sx/meme/tx/${txHash}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/meme",
"tx_page": "https://atomscan.com/meme/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions omniflixhub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
"url": "https://www.mintscan.io/omniflix",
"tx_page": "https://www.mintscan.io/omniflix/txs/${txHash}",
"account_page": "https://www.mintscan.io/omniflix/account/${accountAddress}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/omniflixhub",
"tx_page": "https://atomscan.com/omniflixhub/transactions/${txHash}"
}
]
}
5 changes: 5 additions & 0 deletions osmosis/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@
"url": "https://osmosis.explorers.guru",
"tx_page": "https://osmosis.explorers.guru/transaction/${txHash}",
"account_page": "https://osmosis.explorers.guru/transaction/${accountAddress}"
},
{
"kind": "atomscan",
"url": "https://atomscan.com/osmosis",
"tx_page": "https://atomscan.com/osmosis/transactions/${txHash}"
}
],
"logo_URIs": {
Expand Down
Loading

0 comments on commit a9e81ca

Please sign in to comment.