-
Notifications
You must be signed in to change notification settings - Fork 868
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1884 from trevormil/main
- Loading branch information
Showing
4 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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,28 @@ | ||
[ | ||
{ | ||
"denom": "ubadge", | ||
"type": "native", | ||
"origin_chain": "bitbadges", | ||
"origin_denom": "ubadge", | ||
"origin_type": "native", | ||
"symbol": "BADGE", | ||
"decimals": 9, | ||
"description": "$BADGE is the native in-app credits token for BitBadges.", | ||
"image": "bitbadges/asset/bitbadgeslogo.png", | ||
"coinGeckoId": "", | ||
"display_denom": "badge" | ||
}, | ||
{ | ||
"denom": "ustake", | ||
"type": "native", | ||
"origin_chain": "bitbadges", | ||
"origin_denom": "ustake", | ||
"origin_type": "native", | ||
"symbol": "STAKE", | ||
"decimals": 9, | ||
"description": "The native staking denom for the BitBadges blockchain.", | ||
"image": "bitbadges/asset/bitbadgeslogo.png", | ||
"coinGeckoId": "", | ||
"display_denom": "stake" | ||
} | ||
] |
This file contains 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,55 @@ | ||
{ | ||
"chain_id_cosmos" : "bitbadges-1", | ||
"chain_name": "BitBadges", | ||
"chain_image": "bitbadges/resource/bitbadgeslogo.png", | ||
"symbol" : "BADGE", | ||
"symbol_image" : "bitbadges/asset/bitbadgeslogo.png", | ||
"bechAccountPrefix" : "cosmos", | ||
"bechValidatorPrefix" : "cosmosvaloper", | ||
"name_for_dapp" : "BitBadges", | ||
"api_name" : "bitbadges", | ||
"origin_genesis_time" : "2024-09-08T20:28:35.97966166Z", | ||
"accountType" : [ | ||
{ | ||
"hd_path": "m/44'/118'/0'/0/X", | ||
"pubkey_style": "secp256k1", | ||
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey" | ||
}, | ||
{ | ||
"hd_path": "m/44'/60'/0'/0/X", | ||
"pubkey_style": "keccak256", | ||
"pubkey_type": "/ethereum.PubKey" | ||
} | ||
], | ||
"fee" : { | ||
"base" : "0", | ||
"rate" : [ | ||
"0ubadge" | ||
], | ||
"init_gas_limit" : 300000, | ||
"isSimulable" : true, | ||
"simul_gas_multiply" : 1.2, | ||
"fee_threshold" : "" | ||
}, | ||
"grpc_endpoint" : [], | ||
"explorer" : { | ||
"name": "Mintscan", | ||
"url": "https://www.mintscan.io/bitbadges/", | ||
"account": "https://www.mintscan.io/bitbadges/address/${address}", | ||
"tx": "https://www.mintscan.io/bitbadges/tx/${hash}", | ||
"proposal": "https://www.mintscan.io/bitbadges/proposals/${id}" | ||
}, | ||
"about" : { | ||
"website" : "https://bitbadges.io/", | ||
"docs": "https://docs.bitbadges.io/", | ||
"github" : "https://github.com/bitbadges", | ||
"blog" : "", | ||
"medium": "", | ||
"twitter" : "", | ||
"discord" : "https://discord.com/invite/TJMaEd9bar", | ||
"coingecko" : "" | ||
}, | ||
"description" : { | ||
"en" : "BitBadges is the all-in-one, multi-chain platform for creating, collecting, and authenticating with digital NFT badges." | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.