-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: Add Rizq Protocol with Alfalah Coin #6746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
alfalahalif
wants to merge
48
commits into
cosmos:master
Choose a base branch
from
alfalahalif:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+87
−0
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
e5bda1f
feat: Add Rizq Protocol with Alfalah Coin
5c82cda
Create logos
alfalahalif 4ada123
Delete rizqprotocol/logos
alfalahalif 488fef2
Create temp
alfalahalif ec26091
Add files via upload
alfalahalif 325630a
Update asset.json
alfalahalif f8f0671
Update chain.json
alfalahalif b768717
Delete rizqprotocol/logos/temp
alfalahalif bcdf8ca
Rename logo-400.png to logo.png
alfalahalif a21e3c6
Rename logo-400.svg to logo.svg
alfalahalif 7af8219
Update asset.json
alfalahalif 5def3e6
Update chain.json
alfalahalif e3b61b5
Add files via upload
alfalahalif 977ebf3
Add files via upload
alfalahalif fceb291
feat: Add logos for Rizq Protocol
0dd28ec
fix: Add proper assetlist.json with required structure
69970cb
chore: Clean up logo directory - remove unnecessary files
3df1a22
Update chain.json
alfalahalif ee1e81f
Delete rizqprotocol/asset.json
alfalahalif 51448ec
Update assetlist.json
alfalahalif 759bdf6
Update chain.json
alfalahalif e76ef13
Update assetlist.json
alfalahalif 4658874
Update assetlist.json
alfalahalif 5b0b7b5
Update assetlist.json
alfalahalif 4c69a8d
Update chain.json
alfalahalif 3f74f25
Update chain.json
alfalahalif 6ab9a0e
Update chain.json
alfalahalif 9716004
Update chain.json
alfalahalif 646f033
Update chain.json
alfalahalif 3f8784b
Update assetlist.json
alfalahalif 423e8a1
Rename logo.png to logo.png
alfalahalif 8fc498b
Delete rizqprotocol/logos directory
alfalahalif 6f54fec
Add files via upload
alfalahalif 712728c
Update chain.json
alfalahalif 9a235d3
Update assetlist.json
alfalahalif d04fdbf
Update chain.json
alfalahalif 955373b
Update chain.json
alfalahalif a8c43ac
Update assetlist.json
alfalahalif 6cc8bd7
Update chain.json
alfalahalif 66e5434
Merge pull request #1 from alfalahalif/alfalahalif-patch-1
alfalahalif 186d1d8
Delete check_assetlist.js
alfalahalif 7e641af
Delete check_chain.js
alfalahalif 16de765
Delete ed25519
alfalahalif 2e58aff
Delete ed25519.pub
alfalahalif 27b7959
Delete id_ed25519
alfalahalif a12e263
Delete id_ed25519.pub
alfalahalif b3403a8
Delete known_hosts
alfalahalif ee082c0
Delete known_hosts.pub
alfalahalif File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
| } | ||
| } | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.