Skip to content

Commit

Permalink
Init Gno-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cha-somin committed Jan 8, 2025
1 parent cb8be35 commit e48d7e4
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 0 deletions.
Binary file added chain/gno-testnet/asset/gnot.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 added chain/gno-testnet/asset/unknown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions chain/gno-testnet/assets_2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "native",
"denom": "ugnot",
"name" : "Gno",
"symbol": "GNOT",
"description": "Gno Native Token",
"decimals": 6,
"image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/gno-testnet/asset/gnot.png",
"coinGeckoId": ""
}
]
59 changes: 59 additions & 0 deletions chain/gno-testnet/param_2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"chain_id_cosmos" : "test5",
"chain_name": "GNO Testnet",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/gno-testnet/resource/chain_gno-testnet.png",
"main_asset_denom" : "ugnot",
"main_asset_symbol" : "GNOT",
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/gno-testnet/asset/gnot.png",
"bech_account_prefix" : "g",
"bech_validator_prefix" : "gvaloper",
"origin_genesis_time" : "",
"api_name" : "gno-testnet",
"is_support_mintscan": false,
"is_support_mobile_wallet" : true,
"is_support_extension_wallet" : true,
"chain_type": [
"cosmos"
],
"account_type" : [
{
"hd_path": "m/44'/118'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
}
],
"cosmos_fee_info" : {
"base" : "0",
"rate" : [
"0.00001ugnot"
],
"is_simulable" : false,
"simulated_gas_multiply" : 1.2,
"init_gas_limit" : 100000,
"fee_threshold" : ""
},
"grpc_endpoint" : [
],
"lcd_endpoint" : [
],
"explorer" : {
"name": "Gnoscan",
"url": "https://gnoscan.io/",
"account": "https://gnoscan.io/accounts/${address}",
"tx": "https://gnoscan.io/transactions/details?txhash=${hash}",
"proposal": ""
},
"about" : {
"website" : "https://gno.land/",
"docs": "https://docs.gno.land/",
"github" : "https://github.com/gnolang",
"blog" : "https://gno.land/r/gnoland/blog",
"twitter" : "https://x.com/_gnoland",
"coingecko" : ""
},
"description" : {
"ko" : "Gnoland는 Go 기반의 프로그래밍 언어 Gnolang으로 개발된 확장성 있는 블록체인 플랫폼입니다. 안전하고 효율적인 스마트 계약 실행을 지원하며, 성능 높은 탈중앙화 애플리케이션 개발을 가능하게 합니다.",
"en" : "Gnoland is a scalable blockchain platform built with Gnolang, a Go-based programming language. It ensures secure and efficient smart contract execution, enabling developers to build high-performance decentralized applications.",
"ja" : "Gnolandは、Go言語をベースとしたプログラミング言語Gnolangで構築されたスケーラブルなブロックチェーンプラットフォームです。安全で効率的なスマートコントラクトの実行を提供し、高性能な分散型アプリケーションの開発を可能にします。"
}
}
Binary file added chain/gno-testnet/resource/chain_gno-testnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e48d7e4

Please sign in to comment.