Skip to content

Commit

Permalink
update testnet param
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Nov 4, 2024
1 parent 0a5227c commit 8d9e26a
Show file tree
Hide file tree
Showing 11 changed files with 414 additions and 1 deletion.
43 changes: 43 additions & 0 deletions chain/juno-testnet/param_2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
{
"chain_id_cosmos" : "uni-6",
"chain_name": "Juno Testnet",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/juno-testnet/resource/chain_juno-testnet.png",
"main_asset_denom" : "ujuno",
"main_asset_symbol" : "JUNO",
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/juno-testnet/asset/juno.png",
"bech_account_prefix" : "juno-testnet",
"bech_validator_prefix" : "junovaloper",
"api_name" : "juno",
"is_support_mintscan": true,
"account_type" : [
{
"hd_path": "m/44'/118'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
}
],
"cosmos_fee_info" : {
"base" : "1",
"rate" : [
"0.075ujuno",
"0.1ujuno",
"0.125ujuno"
],
"is_simulable" : true,
"simulated_gas_multiply" : 1.2,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
"grpc_endpoint" : [
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-office.cosmostation.io/juno-testnet/"
}
],
"explorer" : {
"name": "Mintscan",
"url": "https://www.mintscan.io/juno-testnet/",
"account": "https://www.mintscan.io/juno-testnet/address/${address}",
"tx": "https://www.mintscan.io/juno-testnet/tx/${hash}",
"proposal": "https://www.mintscan.io/juno-testnet/proposals/${id}"
},
"about" : {
"website" : "https://junonetwork.io/",
"docs": "https://docs.junonetwork.io/juno/readme",
Expand Down
65 changes: 65 additions & 0 deletions chain/kava-testnet/param_2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,70 @@
{
"chain_id_cosmos" : "kava_2221-16000",
"chain_id_evm" : "0x8ad",
"chain_name": "Kava Testnet",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/kava-testnet/resource/chain_kava-testnet.png",
"main_asset_denom" : "ukava",
"main_asset_symbol" : "KAVA",
"main_asset_image" : "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/kava-testnet/asset/kava.png",
"bech_account_prefix" : "kava",
"bech_validator_prefix" : "kavavaloper",
"api_name" : "kava-testnet",
"is_support_mintscan": true,
"account_type" : [
{
"hd_path": "m/44'/60'/0'/0/X",
"pubkey_style": "keccak256",
"pubkey_type": "/ethermint.crypto.v1.ethsecp256k1.PubKey"
},
{
"is_default" : false,
"hd_path": "m/44'/459'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
},
{
"is_default" : false,
"hd_path": "m/44'/118'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
}
],
"cosmos_fee_info" : {
"base" : "0",
"rate" : [
"0.01ukava",
"0.05ukava"
],
"is_simulable" : true,
"simulated_gas_multiply" : 1.2,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
"evm_fee_info" : {
"is_eip1559": false,
"simulated_gas_multiply" : 1.2
},
"grpc_endpoint" : [
],
"evm_rpc_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://rpc-office-evm.cosmostation.io/kava-testnet"
}
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-office.cosmostation.io/kava-testnet/"
}
],
"explorer" : {
"name": "Mintscan",
"url": "https://www.mintscan.io/kava-testnet/",
"account": "https://www.mintscan.io/kava-testnet/address/${address}",
"tx": "https://www.mintscan.io/kava-testnet/tx/${hash}",
"proposal": "https://www.mintscan.io/kava-testnet/proposals/${id}"
},
"about" : {
"website" : "https://www.kava.io/",
"docs": "https://docs.kava.io/docs/intro",
Expand Down
41 changes: 41 additions & 0 deletions chain/kyve-testnet/param_2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
{
"chain_id_cosmos" : "kaon-1",
"chain_name": "Kyve Testnet",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/kyve-testnet/resource/chain_kyve-testnet.png",
"main_asset_denom" : "tkyve",
"main_asset_symbol" : "KYVE",
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/kyve-testnet/asset/kyve.png",
"bech_account_prefix" : "kyve",
"bech_validator_prefix" : "kyvevaloper",
"api_name" : "kyve-testnet",
"is_support_mintscan": true,
"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.02tkyve"
],
"is_simulable" : true,
"simulated_gas_multiply" : 1.2,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
"grpc_endpoint" : [
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-office.cosmostation.io/kyve-testnet/"
}
],
"explorer" : {
"name": "Mintscan",
"url": "https://www.mintscan.io/kyve-testnet/",
"account": "https://www.mintscan.io/kyve-testnet/address/${address}",
"tx": "https://www.mintscan.io/kyve-testnet/tx/${hash}",
"proposal": "https://www.mintscan.io/kyve-testnet/proposals/${id}"
},
"about" : {
"website" : "https://www.kyve.network/",
"docs": "https://docs.kyve.network",
Expand Down
1 change: 1 addition & 0 deletions chain/mantra-testnet/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bech_validator_prefix" : "mantravaloper",
"origin_genesis_time" : "2024-10-07T15:15:00Z",
"api_name" : "mantra-testnet",
"is_support_mintscan": true,
"account_type" : [
{
"hd_path": "m/44'/118'/0'/0/X",
Expand Down
29 changes: 29 additions & 0 deletions chain/mintstation-testnet/param_2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
{
"chain_id_cosmos" : "mintstation-1",
"chain_name": "Mintstation",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/mintstation-testnet/resource/chain_mintstation.png",
"main_asset_denom" : "umint",
"main_asset_symbol" : "MINT",
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/mintstation-testnet/asset/mint.png",
"bech_account_prefix" : "mint",
"bech_validator_prefix" : "mintvaloper",
"api_name" : "mintstation-testnet",
"is_support_mintscan": true,
"account_type" : [
{
"hd_path": "m/44'/118'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
}
],
"cosmos_fee_info" : {
"base" : "1",
"rate" : [
Expand All @@ -17,6 +33,19 @@
"url": "grpc-office-mintstation.cosmostation.io:443"
}
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-office.cosmostation.io/mintstation-testnet/"
}
],
"explorer" : {
"name": "Mintscan",
"url": "https://www.mintscan.io/mintstation-testnet/",
"account": "https://www.mintscan.io/mintstation-testnet/address/${address}",
"tx": "https://www.mintscan.io/mintstation-testnet/tx/${hash}",
"proposal": "https://www.mintscan.io/mintstation-testnet/proposals/${id}"
},
"about" : {
"website" : "https://www.stamper.network/",
"blog" : "",
Expand Down
41 changes: 41 additions & 0 deletions chain/noble-testnet/param_2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
{
"chain_id_cosmos" : "grand-1",
"chain_name": "Noble Testnet",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/noble-testnet/resource/chain_noble-testnet.png",
"main_asset_denom": "ustake",
"main_asset_symbol" : "NOBLE",
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/noble-testnet/asset/stake.png",
"bech_account_prefix" : "noble",
"bech_validator_prefix" : "noblevaloper",
"api_name" : "noble-testnet",
"is_support_mintscan": true,
"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.1uusdc"
],
"is_simulable" : true,
"simulated_gas_multiply" : 1.2,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
"grpc_endpoint" : [
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-office.cosmostation.io/noble-testnet/"
}
],
"explorer" : {
"name": "Mintscan",
"url": "https://www.mintscan.io/noble-testnet/",
"account": "https://www.mintscan.io/noble-testnet/address/${address}",
"tx": "https://www.mintscan.io/noble-testnet/tx/${hash}",
"proposal": "https://www.mintscan.io/noble-testnet/proposals/${id}"
},
"about" : {
"website" : "https://nobleassets.xyz/",
"docs": "https://docs.nobleassets.xyz/",
Expand Down
46 changes: 46 additions & 0 deletions chain/osmosis-testnet/param_2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
{
"chain_id_cosmos" : "osmo-test-5",
"chain_name": "Osmosis Testnet",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/osmosis-testnet/resource/chain_osmosis-testnet.png",
"main_asset_denom" : "uosmo",
"main_asset_symbol" : "OSMO",
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/osmosis-testnet/asset/osmo.png",
"bech_account_prefix" : "osmo",
"bech_validator_prefix" : "osmovaloper",
"api_name" : "osmosis-testnet",
"is_support_mintscan": true,
"account_type" : [
{
"hd_path": "m/44'/118'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
}
],
"cosmos_fee_info" : {
"base" : "1",
"rate" : [
"0.0025uosmo",
"0.025uosmo"
],
"is_simulable" : true,
"simulated_gas_multiply" : 1.5,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
"grpc_endpoint" : [
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-office.cosmostation.io/osmosis-testnet/"
},
{
"provider": "Osmosis",
"url": "https://lcd.testnet.osmosis.zone/"
}
],
"about" : {
"website" : "https://osmosis.zone/",
"docs": "https://docs.osmosis.zone",
Expand All @@ -8,6 +47,13 @@
"twitter" : "https://twitter.com/osmosiszone",
"coingecko" : ""
},
"explorer" : {
"name": "Mintscan",
"url": "https://www.mintscan.io/osmosis-testnet/",
"account": "https://www.mintscan.io/osmosis-testnet/address/${address}",
"tx": "https://www.mintscan.io/osmosis-testnet/tx/${hash}",
"proposal": "https://www.mintscan.io/osmosis-testnet/proposals/${id}"
},
"forum": {
"main": "https://gov.osmosis.zone",
"governance": "https://gov.osmosis.zone/proposals"
Expand Down
56 changes: 56 additions & 0 deletions chain/persistence-testnet/param_2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
{
"chain_id_cosmos" : "test-core-2",
"chain_name": "Persistence Testnet",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/persistence-testnet/resource/chain_persistence-testnet.png",
"main_asset_denom" : "uxprt",
"main_asset_symbol" : "XPRT",
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/persistence-testnet/asset/xprt.png",
"bech_account_prefix" : "persistence",
"bech_validator_prefix" : "persistencevaloper",
"api_name" : "persistence-testnet",
"is_support_mintscan": true,
"account_type" : [
{
"hd_path": "m/44'/118'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
},
{
"is_default" : false,
"hd_path": "m/44'/750'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
}
],
"cosmos_fee_info" : {
"base" : "1",
"rate" : [
"0.0uxprt",
"0.025uxprt"
],
"is_simulable" : true,
"simulated_gas_multiply" : 1.2,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
"grpc_endpoint" : [
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-office.cosmostation.io/persistence-testnet/"
},
{
"provider": "Persistence",
"url": "https://rest.testnet2.persistence.one/"
},
{
"provider": "Polkachu",
"url": "https://persistence-testnet-api.polkachu.com//"
}
],
"explorer" : {
"name": "Mintscan",
"url": "https://www.mintscan.io/persistence-testnet/",
"account": "https://www.mintscan.io/persistence-testnet/address/${address}",
"tx": "https://www.mintscan.io/persistence-testnet/tx/${hash}",
"proposal": "https://www.mintscan.io/persistence-testnet/proposals/${id}"
},
"about" : {
"website" : "https://persistence.one/",
"docs": "https://docs.persistence.one/",
Expand Down
Loading

0 comments on commit 8d9e26a

Please sign in to comment.