Skip to content

Commit

Permalink
feat: update composable with new chain info
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-LukeKlopper committed May 13, 2024
1 parent 45f68e3 commit 415c12c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chains/mainnet/composable.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"chain_name": "composable",
"api": ["https://lcd-composable.whispernode.com:443"],
"rpc": ["https://rpc-composable.whispernode.com:443"],
"chain_name": "picasso",
"api": ["https://api-picasso.whispernode.com:443"],
"rpc": ["https://rpc-picasso.whispernode.com:443"],
"snapshot_provider": "",
"sdk_version": "0.47.3",
"coin_type": "118",
"min_tx_fee": "8000",
"addr_prefix": "centauri",
"addr_prefix": "pica",
"logo": "/logos/composable.jpg",
"assets": [{
"base": "ppica",
"symbol": "PICA",
"exponent": "12",
"coingecko_id": "composable",
"coingecko_id": "picasso",
"logo": "/logos/composable.jpg"
}]
}

0 comments on commit 415c12c

Please sign in to comment.