Skip to content

Commit

Permalink
update pryzm fee and asset
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Sep 20, 2024
1 parent a37abd4 commit a9e0f48
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 2 deletions.
101 changes: 101 additions & 0 deletions chain/pryzm/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,106 @@
"description": "Pryzm Staking Coin",
"image": "pryzm/asset/pryzm.png",
"color": "#c6ddf5"
},
{
"denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"type": "ibc",
"origin_chain": "cosmos",
"origin_denom": "uatom",
"origin_type": "staking",
"symbol": "ATOM",
"decimals": 6,
"enable": true,
"path": "cosmos>pryzm",
"channel": "channel-0",
"port": "transfer",
"counter_party": {
"channel": "channel-859",
"port": "transfer",
"denom": "uatom"
},
"image": "cosmos/asset/atom.png",
"coinGeckoId": "cosmos"
},
{
"denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
"type": "ibc",
"origin_chain": "osmosis",
"origin_denom": "uosmo",
"origin_type": "staking",
"symbol": "OSMO",
"decimals": 6,
"enable": true,
"path": "osmosis>pryzm",
"channel": "channel-2",
"port": "transfer",
"counter_party": {
"channel": "channel-75755",
"port": "transfer",
"denom": "uosmo"
},
"image": "osmosis/asset/ion.png",
"coinGeckoId": "osmosis"
},
{
"denom": "ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676",
"type": "ibc",
"origin_chain": "celestia",
"origin_denom": "utia",
"origin_type": "staking",
"symbol": "TIA",
"decimals": 6,
"enable": true,
"path": "celestia>pryzm",
"channel": "channel-3",
"port": "transfer",
"counter_party": {
"channel": "channel-34",
"port": "transfer",
"denom": "utia"
},
"image": "celestia/asset/tia.png",
"coinGeckoId": "celestia"
},
{
"denom": "ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255",
"type": "ibc",
"origin_chain": "injective",
"origin_denom": "inj",
"origin_type": "staking",
"symbol": "INJ",
"decimals": 18,
"enable": true,
"path": "injective>pryzm",
"channel": "channel-1",
"port": "transfer",
"counter_party": {
"channel": "channel-284",
"port": "transfer",
"denom": "inj"
},
"image": "injective/asset/inj.png",
"coinGeckoId": "injective-protocol"
},
{
"denom": "ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395",
"type": "ibc",
"origin_chain": "terra",
"origin_denom": "uluna",
"origin_type": "staking",
"symbol": "LUNA",
"decimals": 6,
"description": "Terra Staking Coin",
"enable": true,
"path": "terra>pryzm",
"channel": "channel-4",
"port": "transfer",
"counter_party": {
"channel": "channel-473",
"port": "transfer",
"denom": "uluna"
},
"image": "terra/asset/luna.png",
"coinGeckoId": "terra-luna-2"
}
]
4 changes: 2 additions & 2 deletions chain/pryzm/param.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"fee" : {
"base" : "0",
"rate" : [
"0.0025upryzm",
"0.025upryzm"
"0.0025ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2,0.025ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B,0.002ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676,500000000ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255,0.015ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395",
"0.003ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2,0.03ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B,0.003ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676,600000000ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255,0.02ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395"
],
"init_gas_limit" : 300000,
"isSimulable" : true,
Expand Down

0 comments on commit a9e0f48

Please sign in to comment.