Skip to content

Commit

Permalink
add pryzm
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Sep 20, 2024
1 parent ff0372a commit 4c831c4
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 0 deletions.
Binary file added chain/pryzm/asset/pryzm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chain/pryzm/asset/unknown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions chain/pryzm/assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"denom": "upryzm",
"type": "staking",
"origin_chain": "pryzm",
"origin_denom": "upryzm",
"origin_type": "staking",
"symbol": "PRYZM",
"decimals": 6,
"description": "Pryzm Staking Coin",
"image": "pryzm/asset/pryzm.png",
"color": "#c6ddf5"
}
]
67 changes: 67 additions & 0 deletions chain/pryzm/param.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"chain_id_cosmos" : "pryzm-1",
"chain_name": "Pryzm",
"chain_image": "pryzm/resource/chain_pryzm.png",
"symbol" : "PRYZM",
"symbol_image" : "pryzm/asset/pryzm.png",
"bechAccountPrefix" : "pryzm",
"bechValidatorPrefix" : "pryzmvaloper",
"name_for_dapp" : "PRYZM",
"api_name" : "pryzm",
"accountType" : [
{
"hd_path": "m/44'/118'/0'/0/X",
"pubkey_style": "secp256k1",
"pubkey_type": "/cosmos.crypto.secp256k1.PubKey"
}
],
"fee" : {
"base" : "0",
"rate" : [
"0.0025pryzm",
"0.025pryzm"
],
"init_gas_limit" : 300000,
"isSimulable" : true,
"simul_gas_multiply" : 1.2,
"fee_threshold" : ""
},
"grpc_endpoint" : [
{
"provider": "Pryzm",
"url": "grpc.pryzm.zone:443"
},
{
"provider": "Lavender.Five Nodes ๐Ÿ",
"url": "pryzm.lavenderfive.com:443"
}
],
"lcd_endpoint" : [
{
"provider": "PRYZM",
"url": "https://api.pryzm.zone/"
},
{
"provider": "Lavender.Five Nodes",
"url": "https://rest.lavenderfive.com:443/pryzm/"
}
],
"explorer" : {
"name": "PingPub",
"url": "https://cosmosrun.info/pryzm/",
"account": "https://cosmosrun.info/pryzm/account/${address}",
"tx": "https://cosmosrun.info/pryzm/tx/${hash}",
"proposal": "https://cosmosrun.info/pryzm/gov/${id}"
},
"about" : {
"website" : "https://pryzm.zone//",
"docs": "https://docs.pryzm.zone/",
"github" : "https://github.com/pryzm-finance",
"twitter" : "https://x.com/Pryzm_Zone"
},
"description" : {
"ko" : "๋ณ€๋™์„ฑ ์žˆ๋Š” ๊ฐ€๊ฒฉ๊ณผ ๋ถˆ์•ˆ์ •ํ•œ ์ˆ˜์ต์„ ๊ด€๋ฆฌํ•  ์ˆ˜ ์žˆ๋Š” ๋„๊ตฌ๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค. ์ˆ˜์ต์„ ์ตœ์ ํ™”ํ•˜๊ณ , ๋ฏธ๋ž˜ ์ˆ˜์ต์„ ์ž ๊ธˆ ํ•ด์ œํ•˜๊ณ  ํ† ํฐํ™”ํ•˜๊ณ , ์œ„ํ—˜์„ ๊ด€๋ฆฌํ•˜์„ธ์š”. Pryzm์€ ์ˆ˜์ต ์ตœ์ ํ™”๋ฅผ ์œ„ํ•œ ๋ ˆ์ด์–ด 1 ๋ธ”๋ก์ฒด์ธ์ž…๋‹ˆ๋‹ค.",
"en" : "Empowering you with the tools to manage volatile prices and unstable yields. Optimize your profits, unlock and tokenize your future yield, and manage your risks. Pryzm is the layer 1 blockchain for yield optimization.",
"ja" : "ๅค‰ๅ‹•ใฎๆฟ€ใ—ใ„ไพกๆ ผใจไธๅฎ‰ๅฎšใชๅˆฉๅ›žใ‚Šใ‚’็ฎก็†ใ™ใ‚‹ใŸใ‚ใฎใƒ„ใƒผใƒซใ‚’ๆไพ›ใ—ใพใ™ใ€‚ๅˆฉ็›Šใ‚’ๆœ€้ฉๅŒ–ใ—ใ€ๅฐ†ๆฅใฎๅˆฉๅ›žใ‚Šใ‚’่งฃๆ”พใ—ใฆใƒˆใƒผใ‚ฏใƒณๅŒ–ใ—ใ€ใƒชใ‚นใ‚ฏใ‚’็ฎก็†ใ—ใพใ™ใ€‚Pryzm ใฏใ€ๅˆฉๅ›žใ‚Šๆœ€้ฉๅŒ–ใฎใŸใ‚ใฎใƒฌใ‚คใƒคใƒผ 1 ใƒ–ใƒญใƒƒใ‚ฏใƒใ‚งใƒผใƒณใงใ™ใ€‚"
}
}
Binary file added chain/pryzm/resource/chain_pryzm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chain/pryzm/resource/chain_pryzm_noti.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 chain/supports.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"persistence",
"polkadot",
"provenance",
"pryzm",
"quasar",
"quicksilver",
"regen",
Expand Down

0 comments on commit 4c831c4

Please sign in to comment.