Skip to content

Commit

Permalink
Merge pull request #113 from decentrio/main
Browse files Browse the repository at this point in the history
add onomy testnet
  • Loading branch information
liangping authored Oct 14, 2024
2 parents 37ecdce + 5e200af commit 3442e61
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions chains/testnet/onomy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"chain_name": "onomy",
"coingecko": "onomy-protocol",
"api": [
{
"address": "https://onomy-testnet.api.decentrio.ventures",
"provider": "Decentrio"
}
],
"rpc": [
{
"address": "https://onomy-testnet.rpc.decentrio.ventures",
"provider": "Decentrio"
}
],
"snapshot_provider": "",
"sdk_version": "0.44.5",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "onomy",
"logo": "/logos/onomy.png",
"assets": [
{
"base": "anom",
"symbol": "NOM",
"exponent": "18",
"coingecko_id": "onomy-protocol",
"logo": "/logos/onomy.png"
}
],
"faucet": {
"amount": "5000000anom",
"ip_limit": "1",
"address_limit": "1",
"fees": "800anom"
}
}
Binary file added logos/onomy.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 3442e61

Please sign in to comment.