Skip to content

Commit

Permalink
Merge pull request #15 from ertemann/patch-1
Browse files Browse the repository at this point in the history
add Saga Testnet
  • Loading branch information
liangping authored Oct 30, 2023
2 parents bf0502a + 73088ec commit 8537fd8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions chains/testnet/saga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"chain_name": "Saga Security Chain",
"api": [
"https://testnet-saga-api.lavenderfive.com/",
"https://nodes.chandrastation.com/api/saga/"
],
"rpc": [
"https://testnet-saga-rpc.lavenderfive.com/",
"https://nodes.chandrastation.com/rpc/saga/"
],
"coin_type": "118",
"sdk_version": "0.47.5",
"addr_prefix": "saga",
"min_tx_fee": "0",
"logo": "/logos/saga.png",
"assets": [
{
"symbol": "SAGA",
"base": "utsaga",
"exponent": 6,
"logo": "/logos/saga.png"
}
]
}
Binary file added logos/saga.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8537fd8

Please sign in to comment.