carbon-js-sdk 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/util/gov.d.ts +11 -11
- package/lib/util/gov.js +11 -11
- package/package.json +1 -1
package/lib/util/gov.d.ts
CHANGED
|
@@ -5,18 +5,18 @@ export declare enum ProposalTypes {
|
|
|
5
5
|
CancelSoftwareUpgrade = "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal",
|
|
6
6
|
CommunityPoolSpend = "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",
|
|
7
7
|
Text = "/cosmos.gov.v1beta1.TextProposal",
|
|
8
|
-
SetMsgGasCost = "/Switcheo.carbon.fee.
|
|
9
|
-
SetMinGasPrice = "/Switcheo.carbon.fee.
|
|
10
|
-
RemoveMsgGasCost = "/Switcheo.carbon.fee.
|
|
11
|
-
RemoveMinGasPrice = "/Switcheo.carbon.fee.
|
|
8
|
+
SetMsgGasCost = "/Switcheo.carbon.fee.MsgSetGasCost",
|
|
9
|
+
SetMinGasPrice = "/Switcheo.carbon.fee.MsgSetMinGasPrice",
|
|
10
|
+
RemoveMsgGasCost = "/Switcheo.carbon.fee.MsgRemoveGasCost",
|
|
11
|
+
RemoveMinGasPrice = "/Switcheo.carbon.fee.MsgRemoveMinGasPrice",
|
|
12
12
|
CreateToken = "/Switcheo.carbon.coin.CreateTokenProposal",
|
|
13
|
-
CreateOracle = "/Switcheo.carbon.oracle.
|
|
14
|
-
UpdatePool = "/Switcheo.carbon.liquiditypool.
|
|
15
|
-
SetRewardCurve = "/Switcheo.carbon.liquiditypool.
|
|
16
|
-
SetRewardsWeights = "/Switcheo.carbon.liquiditypool.
|
|
17
|
-
SetCommitmentCurve = "/Switcheo.carbon.liquiditypool.
|
|
18
|
-
UpdateMarket = "/Switcheo.carbon.market.
|
|
19
|
-
SettlementPrice = "/Switcheo.carbon.pricing.
|
|
13
|
+
CreateOracle = "/Switcheo.carbon.oracle.MsgCreateOracle",
|
|
14
|
+
UpdatePool = "/Switcheo.carbon.liquiditypool.MsgUpdatePool",
|
|
15
|
+
SetRewardCurve = "/Switcheo.carbon.liquiditypool.MsgSetRewardCurve",
|
|
16
|
+
SetRewardsWeights = "/Switcheo.carbon.liquiditypool.MsgSetRewardsWeights",
|
|
17
|
+
SetCommitmentCurve = "/Switcheo.carbon.liquiditypool.MsgSetCommitmentCurve",
|
|
18
|
+
UpdateMarket = "/Switcheo.carbon.market.MsgUpdateMarket",
|
|
19
|
+
SettlementPrice = "/Switcheo.carbon.pricing.MsgUpdateSettlementPrice",
|
|
20
20
|
ClientUpdateProposal = "/ibc.core.client.v1.ClientUpdateProposal",
|
|
21
21
|
CreateGroup = "/Switcheo.carbon.coin.CreateGroupProposal",
|
|
22
22
|
UpdateGroup = "/Switcheo.carbon.coin.UpdateGroupProposal",
|
package/lib/util/gov.js
CHANGED
|
@@ -14,18 +14,18 @@ var ProposalTypes;
|
|
|
14
14
|
ProposalTypes["CancelSoftwareUpgrade"] = "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal";
|
|
15
15
|
ProposalTypes["CommunityPoolSpend"] = "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal";
|
|
16
16
|
ProposalTypes["Text"] = "/cosmos.gov.v1beta1.TextProposal";
|
|
17
|
-
ProposalTypes["SetMsgGasCost"] = "/Switcheo.carbon.fee.
|
|
18
|
-
ProposalTypes["SetMinGasPrice"] = "/Switcheo.carbon.fee.
|
|
19
|
-
ProposalTypes["RemoveMsgGasCost"] = "/Switcheo.carbon.fee.
|
|
20
|
-
ProposalTypes["RemoveMinGasPrice"] = "/Switcheo.carbon.fee.
|
|
17
|
+
ProposalTypes["SetMsgGasCost"] = "/Switcheo.carbon.fee.MsgSetGasCost";
|
|
18
|
+
ProposalTypes["SetMinGasPrice"] = "/Switcheo.carbon.fee.MsgSetMinGasPrice";
|
|
19
|
+
ProposalTypes["RemoveMsgGasCost"] = "/Switcheo.carbon.fee.MsgRemoveGasCost";
|
|
20
|
+
ProposalTypes["RemoveMinGasPrice"] = "/Switcheo.carbon.fee.MsgRemoveMinGasPrice";
|
|
21
21
|
ProposalTypes["CreateToken"] = "/Switcheo.carbon.coin.CreateTokenProposal";
|
|
22
|
-
ProposalTypes["CreateOracle"] = "/Switcheo.carbon.oracle.
|
|
23
|
-
ProposalTypes["UpdatePool"] = "/Switcheo.carbon.liquiditypool.
|
|
24
|
-
ProposalTypes["SetRewardCurve"] = "/Switcheo.carbon.liquiditypool.
|
|
25
|
-
ProposalTypes["SetRewardsWeights"] = "/Switcheo.carbon.liquiditypool.
|
|
26
|
-
ProposalTypes["SetCommitmentCurve"] = "/Switcheo.carbon.liquiditypool.
|
|
27
|
-
ProposalTypes["UpdateMarket"] = "/Switcheo.carbon.market.
|
|
28
|
-
ProposalTypes["SettlementPrice"] = "/Switcheo.carbon.pricing.
|
|
22
|
+
ProposalTypes["CreateOracle"] = "/Switcheo.carbon.oracle.MsgCreateOracle";
|
|
23
|
+
ProposalTypes["UpdatePool"] = "/Switcheo.carbon.liquiditypool.MsgUpdatePool";
|
|
24
|
+
ProposalTypes["SetRewardCurve"] = "/Switcheo.carbon.liquiditypool.MsgSetRewardCurve";
|
|
25
|
+
ProposalTypes["SetRewardsWeights"] = "/Switcheo.carbon.liquiditypool.MsgSetRewardsWeights";
|
|
26
|
+
ProposalTypes["SetCommitmentCurve"] = "/Switcheo.carbon.liquiditypool.MsgSetCommitmentCurve";
|
|
27
|
+
ProposalTypes["UpdateMarket"] = "/Switcheo.carbon.market.MsgUpdateMarket";
|
|
28
|
+
ProposalTypes["SettlementPrice"] = "/Switcheo.carbon.pricing.MsgUpdateSettlementPrice";
|
|
29
29
|
ProposalTypes["ClientUpdateProposal"] = "/ibc.core.client.v1.ClientUpdateProposal";
|
|
30
30
|
ProposalTypes["CreateGroup"] = "/Switcheo.carbon.coin.CreateGroupProposal";
|
|
31
31
|
ProposalTypes["UpdateGroup"] = "/Switcheo.carbon.coin.UpdateGroupProposal";
|