Skip to content

Commit

Permalink
Change proposal keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnv1 committed Jan 11, 2024
1 parent 84ccdfd commit 032a660
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions scripts/proposal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@
"changes": [
{
"subspace": "feeabs",
"key": "chainname",
"key": "ChainName",
"value": "feeabs"
},
{
"subspace": "feeabs",
"key": "nativeibcedinosmosis",
"key": "NativeIbcedInOsmosis",
"value": "ibc/C053D637CCA2A2BA030E2C5EE1B28A16F71CCB0E45E8BE52766DC1B241B77878"
},
{
"subspace": "feeabs",
"key": "chainname",
"key": "ChainName",
"value": "feeappd-t1"
},
{
"subspace": "feeabs",
"key": "ibctransferchannel",
"key": "IbcTransferChannel",
"value": "channel-0"
},
{
"subspace": "feeabs",
"key": "ibcqueryicqchannel",
"key": "IbcQueryIcqChannel",
"value": "channel-1"
},
{
"subspace": "feeabs",
"key": "osmosiscrosschainswapaddress",
"key": "OsmosisCrosschainSwapAddress",
"value": "osmo17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgs5yczr8"
}
],
Expand Down
10 changes: 5 additions & 5 deletions tests/interchaintest/proposal/proposal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
"changes": [
{
"subspace": "feeabs",
"key": "nativeibcedinosmosis",
"key": "NativeIbcedInOsmosis",
"value": "ibc/C053D637CCA2A2BA030E2C5EE1B28A16F71CCB0E45E8BE52766DC1B241B77878"
},
{
"subspace": "feeabs",
"key": "chainname",
"key": "ChainName",
"value": "feeabs"
},
{
"subspace": "feeabs",
"key": "ibctransferchannel",
"key": "IbcTransferChannel",
"value": "channel-0"
},
{
"subspace": "feeabs",
"key": "ibcqueryicqchannel",
"key": "IbcQueryIcqChannel",
"value": "channel-1"
},
{
"subspace": "feeabs",
"key": "osmosiscrosschainswapaddress",
"key": "OsmosisCrosschainSwapAddress",
"value": "osmo17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgs5yczr8"
}
],
Expand Down

0 comments on commit 032a660

Please sign in to comment.