Skip to content
Open
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
e5bda1f
feat: Add Rizq Protocol with Alfalah Coin
Nov 8, 2025
5c82cda
Create logos
alfalahalif Nov 9, 2025
4ada123
Delete rizqprotocol/logos
alfalahalif Nov 9, 2025
488fef2
Create temp
alfalahalif Nov 9, 2025
ec26091
Add files via upload
alfalahalif Nov 9, 2025
325630a
Update asset.json
alfalahalif Nov 9, 2025
f8f0671
Update chain.json
alfalahalif Nov 9, 2025
b768717
Delete rizqprotocol/logos/temp
alfalahalif Nov 9, 2025
bcdf8ca
Rename logo-400.png to logo.png
alfalahalif Nov 9, 2025
a21e3c6
Rename logo-400.svg to logo.svg
alfalahalif Nov 9, 2025
7af8219
Update asset.json
alfalahalif Nov 9, 2025
5def3e6
Update chain.json
alfalahalif Nov 9, 2025
e3b61b5
Add files via upload
alfalahalif Nov 9, 2025
977ebf3
Add files via upload
alfalahalif Nov 9, 2025
fceb291
feat: Add logos for Rizq Protocol
Nov 9, 2025
0dd28ec
fix: Add proper assetlist.json with required structure
Nov 9, 2025
69970cb
chore: Clean up logo directory - remove unnecessary files
Nov 9, 2025
3df1a22
Update chain.json
alfalahalif Nov 9, 2025
ee1e81f
Delete rizqprotocol/asset.json
alfalahalif Nov 9, 2025
51448ec
Update assetlist.json
alfalahalif Nov 9, 2025
759bdf6
Update chain.json
alfalahalif Nov 10, 2025
e76ef13
Update assetlist.json
alfalahalif Nov 10, 2025
4658874
Update assetlist.json
alfalahalif Nov 10, 2025
5b0b7b5
Update assetlist.json
alfalahalif Nov 10, 2025
4c69a8d
Update chain.json
alfalahalif Nov 10, 2025
3f74f25
Update chain.json
alfalahalif Nov 10, 2025
6ab9a0e
Update chain.json
alfalahalif Nov 10, 2025
961037b
chore: Remove temporary files and old asset.json
Nov 10, 2025
f263509
fix: Update RPC endpoint and token description
Nov 10, 2025
9716004
Update chain.json
alfalahalif Nov 10, 2025
646f033
Update chain.json
alfalahalif Nov 11, 2025
3f8784b
Update assetlist.json
alfalahalif Nov 11, 2025
423e8a1
Rename logo.png to logo.png
alfalahalif Nov 11, 2025
8fc498b
Delete rizqprotocol/logos directory
alfalahalif Nov 11, 2025
6f54fec
Add files via upload
alfalahalif Nov 11, 2025
712728c
Update chain.json
alfalahalif Nov 11, 2025
9a235d3
Update assetlist.json
alfalahalif Nov 11, 2025
d04fdbf
Update chain.json
alfalahalif Nov 11, 2025
955373b
Update chain.json
alfalahalif Nov 11, 2025
a8c43ac
Update assetlist.json
alfalahalif Nov 11, 2025
a658041
Add Rizq Protocol chain and assetlist
Nov 11, 2025
6cc8bd7
Update chain.json
alfalahalif Nov 12, 2025
66e5434
Merge pull request #1 from alfalahalif/alfalahalif-patch-1
alfalahalif Nov 12, 2025
186d1d8
Delete check_assetlist.js
alfalahalif Nov 12, 2025
7e641af
Delete check_chain.js
alfalahalif Nov 12, 2025
16de765
Delete ed25519
alfalahalif Nov 12, 2025
2e58aff
Delete ed25519.pub
alfalahalif Nov 12, 2025
27b7959
Delete id_ed25519
alfalahalif Nov 12, 2025
a12e263
Delete id_ed25519.pub
alfalahalif Nov 12, 2025
b3403a8
Delete known_hosts
alfalahalif Nov 12, 2025
ee082c0
Delete known_hosts.pub
alfalahalif Nov 12, 2025
d95c688
feat: update rizqprotocol chain configuration
Nov 14, 2025
18ee912
docs: update README
Nov 14, 2025
e5ff367
Merge branch 'master' of https://github.com/alfalahalif/chain-registry
Nov 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions rizqprotocol/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "rizqprotocol",
"assets": [
{
"description": "Alfalah Coin (ALIF) is the native utility and governance token of the Rizq Protocol ecosystem. It powers decentralized finance operations, enables staking for network security, facilitates governance voting, and serves as the primary medium of exchange across Rizq DEX and Rizq CEX platforms. With a total supply of 250 million tokens, ALIF embodies the principles of ethical finance (Rizq) while driving the next generation of blockchain-based financial services.",
"denom_units": [
{
"denom": "ualif",
"exponent": 0
},
{
"denom": "alif",
"exponent": 6
}
],
"base": "ualif",
"name": "Alfalah Coin",
"display": "alif",
"symbol": "ALIF",
"type_asset": "sdk.coin",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizqprotocol/images/logo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizqprotocol/images/logo.svg",
"theme": {
"circle": false
}
}
]
}
]
}
53 changes: 53 additions & 0 deletions rizqprotocol/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"$schema": "../chain.schema.json",
"chain_name": "rizqprotocol",
"status": "live",
"network_type": "mainnet",
"chain_type": "cosmos",
"pretty_name": "Rizq Protocol",
"chain_id": "rizqprotocol-1",
"bech32_prefix": "rizq",
"daemon_name": "rizqd",
"node_home": "$HOME/.rizqprotocol",
"key_algos": ["secp256k1"],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "ualif",
"fixed_min_gas_price": 0
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "ualif"
}
]
},
"apis": {
"rpc": [
{
"address": "https://5a95e29eb6e6.ngrok-free.app",
"provider": "Rizq Team"
}
]
},
"explorers": [
{
"kind": "pingpub",
"url": "https://ping.pub/rizqprotocol",
"tx_page": "https://ping.pub/rizqprotocol/tx/${txHash}"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizqprotocol/images/logo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizqprotocol/images/logo.svg"
}
],
"codebase": {
"git_repo": "https://github.com/alfalahalif/chain-registry"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thats cosmos chain registry fork please add your project repo.

}
}
Binary file added rizqprotocol/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions rizqprotocol/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.