Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions testnets/veranadevnet/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "../../assetlist.schema.json",
"chain_name": "veranadevnet",
"assets": [
{
"description": "The native staking and governance token of the Verana devnet.",
"denom_units": [
{
"denom": "uvna",
"exponent": 0
},
{
"denom": "VNA",
"exponent": 6
}
],
"type_asset": "sdk.coin",
"base": "uvna",
"name": "Verana Token",
"display": "VNA",
"symbol": "VNA",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/veranadevnet/images/vna.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/veranadevnet/images/vna.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/veranadevnet/images/vna.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/veranadevnet/images/vna.svg"
}
]
}
]
}
54 changes: 54 additions & 0 deletions testnets/veranadevnet/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "veranadevnet",
"chain_type": "cosmos",
"chain_id": "vna-devnet-1",
"pretty_name": "Verana Devnet",
"status": "live",
"network_type": "devnet",
"website": "https://verana.io",
"bech32_prefix": "verana",
"slip44": 118,
"key_algos": [
"secp256k1"
],
"fees": {
"fee_tokens": [
{
"denom": "uvna",
"fixed_min_gas_price": 1,
"low_gas_price": 1,
"average_gas_price": 3,
"high_gas_price": 4
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uvna"
}
]
},
"apis": {
"rpc": [
{
"address": "http://node1.devnet.verana.network:26657",
"provider": "Verana"
}
],
"rest": [
{
"address": "http://node1.devnet.verana.network:1317",
"provider": "Verana"
}
]
},
"explorers": [
{
"kind": "Verana Explorer",
"url": "https://explorer.devnet.verana.network",
"tx_page": "https://explorer.devnet.verana.network/tx/${txHash}"
}
]
}
Binary file added testnets/veranadevnet/images/vna.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions testnets/veranadevnet/images/vna.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions testnets/veranatestnet/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "../../assetlist.schema.json",
"chain_name": "veranatestnet",
"assets": [
{
"description": "The native staking and governance token of the Verana testnet.",
"denom_units": [
{
"denom": "uvna",
"exponent": 0
},
{
"denom": "VNA",
"exponent": 6
}
],
"type_asset": "sdk.coin",
"base": "uvna",
"name": "Verana Token",
"display": "VNA",
"symbol": "VNA",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/veranatestnet/images/vna.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/veranatestnet/images/vna.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/veranatestnet/images/vna.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/veranatestnet/images/vna.svg"
}
]
}
]
}
54 changes: 54 additions & 0 deletions testnets/veranatestnet/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "veranatestnet",
"chain_type": "cosmos",
"chain_id": "vna-testnet-1",
"pretty_name": "Verana Testnet",
"status": "live",
"network_type": "testnet",
"website": "https://verana.io",
"bech32_prefix": "verana",
"slip44": 118,
"key_algos": [
"secp256k1"
],
"fees": {
"fee_tokens": [
{
"denom": "uvna",
"fixed_min_gas_price": 1,
"low_gas_price": 1,
"average_gas_price": 3,
"high_gas_price": 4
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uvna"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc.testnet.verana.network",
"provider": "Verana"
}
],
"rest": [
{
"address": "https://api.testnet.verana.network",
"provider": "Verana"
}
]
},
"explorers": [
{
"kind": "Verana Explorer",
"url": "https://explorer.testnet.verana.network",
"tx_page": "https://explorer.testnet.verana.network/tx/${txHash}"
}
]
}
Binary file added testnets/veranatestnet/images/vna.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions testnets/veranatestnet/images/vna.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.