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
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install && yarn run build
command: yarn run dev


19 changes: 19 additions & 0 deletions chains/mainnet/crossfi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "crossfi-testnet",
"coingecko": "",
"api": ["https://api.crossfi.gojosatorus.live/"],
"rpc": ["https://rpc.crossfi.gojosatorus.live/"],
"snapshot_provider": "",
"sdk_version": "0.46.13",
"coin_type": "60",
"min_tx_fee": "40000",
"addr_prefix": "mx",
"logo": "/logos/crossfi.jpg",
"assets": [{
"base": "mpx",
"symbol": "PX",
"exponent": "18",
"coingecko_id": "",
"logo": "/logos/crossfi.jpg"
}]
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<link rel="icon" href="/favicon.ico" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ITRocket Explorer - Cosmos Blockchain Explorer And Web Wallet</title>
<meta property="og:title" content="ITRocket Explorer" />
<title>Alfonodes Explorer - Cosmos Blockchain Explorer And Web Wallet</title>
<meta property="og:title" content="Alfonodes Explorer" />
<meta property="og:image" content="/explorer_preview.png" />
<meta property="twitter:title" content="ITRocket Explorer" />
<meta property="twitter:title" content="Alfonodes Explorer" />
<meta property="twitter:image" content="/explorer_preview.png" />
<meta property="twitter:card" content="summary_large_image" />
<script
Expand Down
Binary file modified public/explorer_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
2,308 changes: 2,207 additions & 101 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/favicon.ico
Binary file not shown.
37 changes: 1 addition & 36 deletions src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/layouts/components/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function selected(route: any, nav: NavLink) {
<div class="flex justify-between mt-1 pl-4 py-4 mb-1">
<RouterLink to="/" class="flex items-center">
<h1 class="flex-1 ml-3 text-2xl font-semibold dark:text-white">
ITRocket
Alfonodes
</h1>
</RouterLink>
<div
Expand Down Expand Up @@ -288,7 +288,7 @@ function selected(route: any, nav: NavLink) {
{{ $t('module.links') }}
</div>
<a
href="https://twitter.com/itrocket_team"
href="https://twitter.com/alfonodess"
target="_blank"
class="py-2 px-4 flex items-center cursor-pointer rounded-lg hover:bg-gray-100 dark:hover:bg-[#373f59]"
>
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/components/NavFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
href="https://ping.pub"
target="_blank"
rel="noopener noreferrer"
>Ping.pub</a
>Alfonodes</a
>
</div>
<div
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const chainStore = useBlockchain();
v-if="featured.length > 0"
class="text-center text-base mt-6 text-primary"
>
<h2 class="mb-6">Featured Blockchains 🔥</h2>
<h2 class="mb-6">Explorer For Cosmos Ecosystem Blockchain🚀 🔥</h2>
</div>

<div
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/i18n/locales/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"links": "链接"
},
"pages": {
"title": "ITRocket Explorer",
"slogan": "Itrocket Explorer 是一个区块链浏览器,也是一个网页钱包,还有更多 ... 🛠",
"title": "Alfonodes Explorer",
"slogan": "Alfonodes Explorer 是一个区块链浏览器,也是一个网页钱包,还有更多 ... 🛠",
"description": "Cosmos Ecosystem Blockchains 🚀",
"search_placeholder": "搜索区块链",
"add_to_favorite": "加入收藏夹",
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"links": "Links"
},
"pages": {
"title": "ITRocket Explorer",
"title": "Alfonodes Explorer",
"title_all": "404",
"tag": "Beta",
"tag_all": "Page Not Found",
"slogan": "ITRocket Explorer is not just an explorer but also a wallet and more ... 🛠",
"slogan": "Alfonodes Explorer is not just an explorer but also a wallet and more ... 🛠",
"description": "Cosmos Ecosystem Blockchains 🚀",
"search_placeholder": "Search Chain",
"description_all": "We couldn't find the page you are looking for.",
Expand Down