Skip to content

Commit

Permalink
Merge pull request #89 from cmancrypto/main
Browse files Browse the repository at this point in the history
update symphony testnet config
  • Loading branch information
liangping committed Jul 6, 2024
2 parents 6241bfe + cc4b9b1 commit 743c2f3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions chains/testnet/symphony.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"chain_name": "symphony",
"api": [
{
"address": "https://symphony-api.kleomedes.network/",
"address": "https://symphony-api.kleomedes.network",
"provider": "Kleomedes"
}
],
"rpc": [
{
"address": "https://symphony-rpc.kleomedes.network/",
"address": "https://symphony-rpc.kleomedes.network",
"provider": "Kleomedes"
}
],
Expand All @@ -25,5 +25,11 @@
"exponent": "6",
"logo": "/logos/symphony.png"
}
]
],
"faucet": {
"amount": "100000note",
"ip_limit": "1",
"address_limit": "2",
"fees": "800note"
}
}

0 comments on commit 743c2f3

Please sign in to comment.