Add Dymension Testnet Explorer
This commit is contained in:
parent
642cb3bdf5
commit
f4b72b9d06
11
.gitpod.yml
Normal file
11
.gitpod.yml
Normal 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
|
||||||
|
|
||||||
|
|
20
chains/testnet/dymension.json
Normal file
20
chains/testnet/dymension.json
Normal 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
BIN
public/logos/dymension.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
Loading…
Reference in New Issue
Block a user