From a9e0f48382087ea540cd92937c58b259df7ae44b Mon Sep 17 00:00:00 2001 From: yongjoo Date: Fri, 20 Sep 2024 14:37:06 +0900 Subject: [PATCH] update pryzm fee and asset --- chain/pryzm/assets.json | 101 ++++++++++++++++++++++++++++++++++++++++ chain/pryzm/param.json | 4 +- 2 files changed, 103 insertions(+), 2 deletions(-) diff --git a/chain/pryzm/assets.json b/chain/pryzm/assets.json index ceda87d1ca..e623084aa0 100644 --- a/chain/pryzm/assets.json +++ b/chain/pryzm/assets.json @@ -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" } ] diff --git a/chain/pryzm/param.json b/chain/pryzm/param.json index 5917ecf3e1..ab95f399df 100644 --- a/chain/pryzm/param.json +++ b/chain/pryzm/param.json @@ -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,