Add Dymension Testnet Explorer

This commit is contained in:
NodeX Emperor 2023-08-25 02:18:30 +00:00
parent 642cb3bdf5
commit f4b72b9d06
3 changed files with 31 additions and 0 deletions

11
.gitpod.yml Normal file
View File

@ -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

View File

@ -0,0 +1,20 @@
{
"chain_name": "dymension",
"api": ["https://dymension-testnet.api.kjnodes.com"],
"rpc": ["https://dymension-testnet.rpc.kjnodes.com"],
"snapshot_provider": "",
"sdk_version": "0.45.10",
"coin_type": "60",
"min_tx_fee": "5000",
"addr_prefix": "dymd",
"logo": "/logos/dymension.png",
"keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
"theme_color": "#e2d3c7",
"assets": [{
"base": "udym",
"symbol": "DYMD",
"exponent": "18",
"coingecko_id": "",
"logo": "/logos/dymension.png"
}]
}

BIN
public/logos/dymension.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB