Skip to content

Commit

Permalink
add BitBadges
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormil committed Sep 12, 2024
1 parent 7d271db commit 5d186fc
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 0 deletions.
Binary file added chain/bitbadges/asset/bitbadgeslogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions chain/bitbadges/assets.json
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"
}
]
55 changes: 55 additions & 0 deletions chain/bitbadges/param.json
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."
}
}
Binary file added chain/bitbadges/resource/bitbadgeslogo.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 5d186fc

Please sign in to comment.