Skip to content

Commit 94d176e

Browse files
authored
Merge pull request #2209 from cha-somin/cha-dev
Update gno-testnet ecosystem
2 parents b3847ee + e0cf225 commit 94d176e

File tree

6 files changed

+31
-0
lines changed

6 files changed

+31
-0
lines changed

Diff for: chain/gno-testnet/param_2.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"is_support_mintscan": false,
1515
"is_support_mobile_wallet" : true,
1616
"is_support_extension_wallet" : true,
17+
"is_support_moblie_dapp": true,
1718
"chain_type": [
1819
"cosmos"
1920
],
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[
2+
{
3+
"name": "Faucet",
4+
"description": "Gno faucet hub.",
5+
"thumbnail" : "https://raw.githubusercontent.com/cosmostation/chainlist/master/wallet_mobile/mobile_ecosystem/gno-testnet/resource/faucet.png",
6+
"link": "https://faucet.gno.land/",
7+
"type": "Faucet"
8+
},
9+
{
10+
"name": "Gnoscan",
11+
"description": "Gno testnet 5 explorer.",
12+
"thumbnail" : "https://raw.githubusercontent.com/cosmostation/chainlist/master/wallet_mobile/mobile_ecosystem/gno-testnet/resource/gnoscan.png",
13+
"link": "https://gnoscan.io/",
14+
"type": "Explorer"
15+
},
16+
{
17+
"name": "Gno Playground",
18+
"description": "Gno Playground is a simple web interface that lets you write, test, and experiment with your Gno code to improve your understanding of the Gno language.",
19+
"thumbnail" : "https://raw.githubusercontent.com/cosmostation/chainlist/master/wallet_mobile/mobile_ecosystem/gno-testnet/resource/playground.png",
20+
"link": "https://play.gno.land/",
21+
"type": "Playground"
22+
},
23+
{
24+
"name": "Gno Studio Connect",
25+
"description": "Gno Studio Connect provides seamless access to realms, making it simple to explore, interact, and engage with gno.land’s smart contracts through function calls. Connect focuses on function calls, enabling users to interact with any realm’s exposed function(s) on gno.land.",
26+
"thumbnail" : "https://raw.githubusercontent.com/cosmostation/chainlist/master/wallet_mobile/mobile_ecosystem/gno-testnet/resource/gno_studio.png",
27+
"link": "https://gno.studio/connect",
28+
"type": "Studio"
29+
}
30+
]
25.9 KB
Loading
Loading
11.4 KB
Loading
Loading

0 commit comments

Comments
 (0)