Skip to content

Commit

Permalink
Add nolus-protocol testnet (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivivanov authored Mar 28, 2023
1 parent fe2faf3 commit 2a63d18
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 0 deletions.
32 changes: 32 additions & 0 deletions testnets/_IBC/nolustestnet-osmosistestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../../ibc_data.schema.json",
"chain_1": {
"chain_name": "nolustestnet",
"client_id": "07-tendermint-1",
"connection_id": "connection-0"
},
"chain_2": {
"chain_name": "osmosistestnet",
"client_id": "07-tendermint-3193",
"connection_id": "connection-2698"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-0",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-1837",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true,
"dex": "osmosis"
}
}
]
}
27 changes: 27 additions & 0 deletions testnets/nolustestnet/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "../../assetlist.schema.json",
"chain_name": "nolustestnet",
"assets": [
{
"description": "The native token of Nolus chain",
"denom_units": [
{
"denom": "unls",
"exponent": 0
},
{
"denom": "nls",
"exponent": 6
}
],
"base": "unls",
"name": "Nolus",
"display": "nls",
"symbol": "NLS",
"logo_URIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png"
}
}
]
}
88 changes: 88 additions & 0 deletions testnets/nolustestnet/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "nolustestnet",
"status": "live",
"website": "https://nolus.io/",
"network_type": "testnet",
"pretty_name": "Nolus Testnet",
"chain_id": "nolus-rila",
"bech32_prefix": "nolus",
"daemon_name": "nolusd",
"node_home": "$HOME/.nolusd",
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "unls",
"low_gas_price": 0,
"average_gas_price": 0.025,
"high_gas_price": 0.05
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "unls"
}
],
"lock_duration": {
"time": "1814400s"
}
},
"codebase": {
"git_repo": "https://github.com/nolus-protocol/nolus-core",
"recommended_version": "v0.2.2",
"compatible_versions": [],
"cosmos_sdk_version": "0.45",
"tendermint_version": "0.34",
"cosmwasm_version": "0.30",
"cosmwasm_enabled": true,
"ibc_go_version": "4.2.0",
"ics_enabled": [
"ics20-1",
"ics27-1"
],
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/nolus-protocol/nolus-networks/main/testnet/nolus-rila/genesis.json"
}
},
"logo_URIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png"
},
"apis": {
"rpc": [
{
"address": "https://net-rila.nolus.io:26657",
"provider": "NolusProtocol"
}
],
"rest": [
{
"address": "https://net-rila.nolus.io:1317",
"provider": "NolusProtocol"
}
],
"grpc": [
{
"address": "https://net-rila.nolus.io:1318",
"provider": "NolusProtocol"
}
]
},
"explorers": [
{
"kind": "ping.pub",
"url": "https://explorer-rila.nolus.io/nolus-rila/",
"tx_page": "https://explorer-rila.nolus.io/nolus-rila/tx/${txHash}",
"account_page": "https://explorer-rila.nolus.io/nolus-rila/account/${accountAddress}"
}
],
"keywords": [
"testnet"
]
}
Binary file added testnets/nolustestnet/images/nolus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions testnets/nolustestnet/images/nolus.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 2a63d18

Please sign in to comment.