Skip to content

Commit

Permalink
update celestia
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Jun 11, 2024
1 parent 691b89f commit 62285f6
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions chains/testnet/celestia.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
{
"chain_name": "celestia",
"coingecko": "",
"api": ["https://celestia-testnet-api.polkachu.com"],
"rpc": ["https://celestia-testnet-rpc.polkachu.com"],
"snapshot_provider": "",
"api": [
{
"address": "https://celestia-testnet-api.polkachu.com",
"provider": "Polkachu"
}
],
"rpc": [
{
"address": "https://celestia-testnet-rpc.polkachu.com",
"provider": "Polkachu"
}
],
"sdk_version": "0.46.0",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "celestia",
"logo": "/logos/celestia.png",
"assets": [{
"base": "utia",
"symbol": "TIA",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/celestia.png"
}]
}
"assets": [
{
"base": "utia",
"symbol": "TIA",
"exponent": "6",
"coingecko_id": "celestia",
"logo": "/logos/celestia.png"
}
],
"faucet": {
"amount": "5000000utia",
"ip_limit": "1",
"address_limit": "1",
"fees": "2000utia"
}
}

0 comments on commit 62285f6

Please sign in to comment.