Skip to content

Commit

Permalink
feat: Create secret.json
Browse files Browse the repository at this point in the history
This commit adds the JSON configuration file for Secret Network's pulsar-3 testnet

Signed-off-by: Juan-luke Klopper <[email protected]>
  • Loading branch information
Juan-LukeKlopper authored May 6, 2024
1 parent 899e621 commit ecdcc75
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions chains/testnet/secret.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "secret",
"alias": "secret network",
"api": ["https://api.pulsar.scrttestnet.com","https://lcd.testnet.secretsaturn.net","https://pulsar.api.trivium.network:1317"],
"rpc": ["https://rpc.pulsar.scrttestnet.com","https://rpc.testnet.secretsaturn.net","https://pulsar.api.trivium.network:26657"],
"snapshot_provider": "",
"sdk_version": "0.45.16",
"coin_type": "529",
"min_tx_fee": "5000",
"addr_prefix": "secret",
"logo": "/logos/secret.png",
"assets": [{
"base": "uscrt",
"symbol": "SCRT",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/secret.png"
}]
}

0 comments on commit ecdcc75

Please sign in to comment.