Skip to content

Commit

Permalink
Merge pull request #65 from Source-Protocol-Cosmos/source-testnet
Browse files Browse the repository at this point in the history
Request to Add Source Testnet
  • Loading branch information
liangping authored May 1, 2024
2 parents efcdfe2 + 433f1e6 commit 69e5042
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions chains/testnet/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"chain_name": "Source Testnet",
"coingecko": "",
"api": [
{"provider": "SourceProtocol", "address": "https://testnet.sourceprotocol.io:1317"},
{"provider": "SR20DE", "address": "https://api-testnet-source.sr20de.xyz"},
{"provider": "StakeTown", "address": "https://source-testnet-api.stake-town.com:443"}
],
"rpc": [
{"provider": "SourceProtocol", "address": "https://testnet.sourceprotocol.io:26657"},
{"provider": "SR20DE", "address": "https://rpc-testnet-source.sr20de.xyz"},
{"provider": "StakeTown", "address": "https://source-testnet-rpc.stake-town.com:443"}
],
"snapshot_provider": "",
"sdk_version": "0.45.15",
"coin_type": "118",
"min_tx_fee": "50000",
"addr_prefix": "source",
"logo": "/logos/source.png",
"assets": [{
"base": "usource",
"symbol": "SOURCE",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/source.png"
}]
}

0 comments on commit 69e5042

Please sign in to comment.