add testnet, bitcanna, stargaze, osmosis, bitsong
This commit is contained in:
parent
286d1760dc
commit
9ff56778ca
19
src/chains/testnet/bitcanna.json
Normal file
19
src/chains/testnet/bitcanna.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"chain_name": "bitcanna",
|
||||
"coingecko": "bitcanna",
|
||||
"api":"https://cosmos-testnet.bitcanna.io",
|
||||
"rpc": ["https://rpc-testnet.bitcanna.io:443", "https://rpc-testnet.bitcanna.io:443"],
|
||||
"snapshot_provider": "dcdc83e240eb046faabef62e4daf1cfcecfa93a2@159.65.198.245:26656,8e241ba2e8db2e83bb5d80473b4fd4d901043dda@178.128.247.173:26656",
|
||||
"sdk_version": "0.44.2",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "8000",
|
||||
"assets": [{
|
||||
"base": "ubcna",
|
||||
"symbol": "BCNA",
|
||||
"exponent": "6",
|
||||
"coingecko_id": "bitcanna",
|
||||
"logo": "/logos/bitcanna.svg"
|
||||
}],
|
||||
"addr_prefix": "bcna",
|
||||
"logo": "/logos/bitcanna.svg"
|
||||
}
|
19
src/chains/testnet/bitsong.json
Normal file
19
src/chains/testnet/bitsong.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"chain_name": "bitsong",
|
||||
"coingecko": "bitsong",
|
||||
"api": "https://api.testnet.bitsong.network",
|
||||
"rpc": ["https://rpc.testnet.bitsong.network:443","https://rpc.testnet.bitsong.network:443"],
|
||||
"snapshot_provider": "",
|
||||
"addr_prefix": "bitsong",
|
||||
"coin_type": "639",
|
||||
"min_tx_fee": "5000",
|
||||
"logo": "/logos/bitsong.svg",
|
||||
"sdk_version": "0.42.0",
|
||||
"assets": [{
|
||||
"base": "ubtsg",
|
||||
"symbol": "BTSG",
|
||||
"exponent": "6",
|
||||
"coingecko_id": "bitsong",
|
||||
"logo": "/logos/bitsong.svg"
|
||||
}]
|
||||
}
|
25
src/chains/testnet/osmosis.json
Normal file
25
src/chains/testnet/osmosis.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"chain_name": "osmosis",
|
||||
"coingecko": "osmosis",
|
||||
"api": ["https://testnet-rest.osmosis.zone", "https://lcd.osmo-test.ccvalidators.com", "https://osmosistest-lcd.quickapi.com"],
|
||||
"rpc": ["https://testnet-rpc.osmosis.zone:443", "https://rpc.osmo-test.ccvalidators.com:443"," https://osmosistest-rpc.quickapi.com:443"],
|
||||
"snapshot_provider": "",
|
||||
"sdk_version": "0.44.5",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "800",
|
||||
"addr_prefix": "osmo",
|
||||
"logo": "/logos/osmosis.jpg",
|
||||
"assets": [{
|
||||
"base": "uosmo",
|
||||
"symbol": "OSMO",
|
||||
"exponent": "6",
|
||||
"coingecko_id": "osmosis",
|
||||
"logo": "/logos/osmosis.jpg"
|
||||
},{
|
||||
"base": "uion",
|
||||
"symbol": "ION",
|
||||
"exponent": "6",
|
||||
"coingecko_id": "ion",
|
||||
"logo": "/logos/osmosis.jpg"
|
||||
}]
|
||||
}
|
18
src/chains/testnet/stargaze.json
Normal file
18
src/chains/testnet/stargaze.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"chain_name": "stargaze",
|
||||
"api": ["https://rest.castor-1.stargaze-apis.com"],
|
||||
"rpc": ["https://rpc.castor-1.stargaze-apis.com:443", "https://rpc.castor-1.stargaze-apis.com:443"],
|
||||
"snapshot_provider": "",
|
||||
"sdk_version": "0.44.3",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "800",
|
||||
"addr_prefix": "stars",
|
||||
"logo": "/logos/stargaze.png",
|
||||
"assets": [{
|
||||
"base": "ustars",
|
||||
"symbol": "STARS",
|
||||
"exponent": "6",
|
||||
"coingecko_id": "stargaze",
|
||||
"logo": "/logos/stargaze.png"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user