diff --git a/chains/testnet/onomy.json b/chains/testnet/onomy.json new file mode 100644 index 0000000..72129df --- /dev/null +++ b/chains/testnet/onomy.json @@ -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" + } +} diff --git a/logos/onomy.png b/logos/onomy.png new file mode 100644 index 0000000..12fc583 Binary files /dev/null and b/logos/onomy.png differ