Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Jun 5, 2024
2 parents e789b09 + 339fd71 commit d22f1cf
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
1 change: 1 addition & 0 deletions chains/mainnet/haqq.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{"provider": "NodeStake", "address": "https://rpc.haqq.nodestake.top"}
],
"snapshot_provider": "",
"features": ["dashboard","governance", "blocks", "ibc", "uptime", "parameters", "state-sync", "consensus", "supply", "widget"],
"sdk_version": "0.46.10",
"coin_type": "60",
"min_tx_fee": "3000000000000000",
Expand Down
8 changes: 7 additions & 1 deletion chains/testnet/nillion.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@
"coingecko_id": "",
"logo": "/logos/nil.svg"
}
]
],
"faucet": {
"amount": "10000unil",
"ip_limit": "1",
"address_limit": "1",
"fees": "100unil"
}
}
23 changes: 23 additions & 0 deletions chains/testnet/rosm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"chain_name": "rosm",
"api": [
{"provider": "Rollkit", "address": "https://api.rosm.rollkit.dev"}
],
"rpc": [
{"provider": "Rollkit", "address": "https://rpc.rosm.rollkit.dev"}
],
"coingecko": "",
"snapshot_provider": "",
"sdk_version": "0.50.6",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "wasm",
"logo": "/logos/rosm.svg",
"assets": [{
"base": "urosm",
"symbol": "ROSM",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/rosm.svg"
}]
}
26 changes: 26 additions & 0 deletions logos/rosm.svg
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 d22f1cf

Please sign in to comment.